H
Harpstein
Hello all,
I'm trying to figure out how to set the JVM max heap size default.
I know about java -Xmx but I'm trying to run an Ant task and "java -Xmx256m
ant ..." is not working so I'm kinda lost.
Isn't there some kind of config file I can add for the JVM everytime it
starts up? Everything I've found on Google just tells people to use
java -Xmx<size> class but I don't think that applies to me.
Any help would be greatly appreciated.
harpstein
I'm trying to figure out how to set the JVM max heap size default.
I know about java -Xmx but I'm trying to run an Ant task and "java -Xmx256m
ant ..." is not working so I'm kinda lost.
Isn't there some kind of config file I can add for the JVM everytime it
starts up? Everything I've found on Google just tells people to use
java -Xmx<size> class but I don't think that applies to me.
Any help would be greatly appreciated.
harpstein