I have a Virtual Server with 1GB of RAM. When i start glassfish with asadmin start-domain it instantly allocates all available memory, although i defined -Xmx128m in my domain.xml. Am I missing an option here? How can I prevent glassfish from using all free memory?
|
feedback
|
|
Glassfish minimum required RAM is 1GB. You can check this documentation right here. http://docs.sun.com/app/docs/doc/820-7688/abpaj?l=en&a=view. So define -Xmx to be less then 512M will not going to work. EDIT: I just realize that you have ask this question 7 months ago. I hope my answer help you out | ||||
|
feedback
|