The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-30-2008
grial's Avatar
grial grial is offline
El UNIX es como un toro
 

Join Date: Jun 2006
Location: Madrid (Spain)
Posts: 531
I think increasing the available memmory to JVM would be enough. Add these parameters to the command line:
Code:
java -Xms256M -Xmx512M  ....
This way, a min. of 256Mb to a max. of 512Mb will be available. Change the values acording to your needs and tell us if it worked

Regards.
Reply With Quote