You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found some problems in the Maven installation on Windows 10.
In particular, in the pgql-spofax project, at a certain point, the build failed due to java.lang.StackOverflowError or java.lang.OutOfMemoryError.
Obviously, I set the JAVA_OPTS enviroment variable as described in the readme.md file.
Assuming it was a Maven problem, since in my knowledge Maven doesn't read JAVA_OPTS variable, I tried to set the MAVEN_OPTS environment variable with the same values as the JAVA_OPTS variable, and the installation was successful.
Maybe, it could be helpful to integrate the MAVEN_OPTS setup in the readme.md file.
The text was updated successfully, but these errors were encountered:
I found some problems in the Maven installation on Windows 10.
In particular, in the
pgql-spofax
project, at a certain point, the build failed due tojava.lang.StackOverflowError
orjava.lang.OutOfMemoryError
.Obviously, I set the
JAVA_OPTS
enviroment variable as described in thereadme.md
file.Assuming it was a Maven problem, since in my knowledge Maven doesn't read
JAVA_OPTS
variable, I tried to set theMAVEN_OPTS
environment variable with the same values as theJAVA_OPTS
variable, and the installation was successful.Maybe, it could be helpful to integrate the
MAVEN_OPTS
setup in thereadme.md
file.The text was updated successfully, but these errors were encountered: