You can follow the steps to set the max heap size for Geronimo:
1. Open cmd in Windows or terminal in Linux
2. cd %GERONIMO_HOM%\bin
3. run bellow command to set environment variable:
For Windows: set JAVA_OPTS=-Xmx256m
For Linux: export JAVA_OPTS=-Xmx256m
4. Then you can start Geronimo via either of bellow two commands:
1) startup.bat/sh
2) geronimo.bat/sh run
Hope this helps
--Yun Feng
ravi naik wrote:
hi folks...
i want to increse geronimo heap size for my app..
i am a newbie to geronimo...
i am having 512 mb ohysical memory.....
thanks...
ravi