Hi,
First off I am a total novice as far as Java goes.
We are running a new product and are having a huge problem with it killing the RAM, yesterday mine topped out at 830 Meg.
We started by running the application directly but encountered problems with memory.
One of our resident 'geeks' amended a .bat file to run instead, adding the following line
"%JAVA_HOME%\bin\java.exe" -mx768m -classpath
I am guessing the -mx768m is something to do with max memory.
He originally set this to 512, then said up it to 768, but it still throws up a heap space problem.
I've got a memory optimizer on here, but it still trashes the PC. I am running with a gig of ram.
Anyone recommend anything ?
Obviously besides getting 2 gig of ram (simple fix but don't think our IS dept will do that for all 8 of us !
Thanks in advance
Steve
First off I am a total novice as far as Java goes.
We are running a new product and are having a huge problem with it killing the RAM, yesterday mine topped out at 830 Meg.
We started by running the application directly but encountered problems with memory.
One of our resident 'geeks' amended a .bat file to run instead, adding the following line
"%JAVA_HOME%\bin\java.exe" -mx768m -classpath
I am guessing the -mx768m is something to do with max memory.
He originally set this to 512, then said up it to 768, but it still throws up a heap space problem.
I've got a memory optimizer on here, but it still trashes the PC. I am running with a gig of ram.
Anyone recommend anything ?
Obviously besides getting 2 gig of ram (simple fix but don't think our IS dept will do that for all 8 of us !
Thanks in advance
Steve