Forum Discussion
JHill1
Occasional Contributor
6 years agoTo answer my own question...
export _JAVA_OPTIONS="-Xmx1g"
This works within bash or also within the GNU make file environment. On windows the set command can be used in a DOS environment.
To answer my own question...
export _JAVA_OPTIONS="-Xmx1g"
This works within bash or also within the GNU make file environment. On windows the set command can be used in a DOS environment.