Hi Nandan, Jonathan is correct. The default heap size is the same as the java heap size in most instances. There was a slight change in Geronimo 2.1, though. If you start the server using the start-server command (/bin/sart-server or /bin/start-server.bat) or you start the server through gshell, which uses the start-server command, then a script is used to launch the server that sets the max heap size to 512m. This script can be found at /etc/rc.d/start-server,default.groovy. If you wish to change this default, you must make the change in the script. There is a slight bug in the start-server command that makes it ignore java options provided on the command line, but this should be fixed in the 2.1.1 release.
Hope this helps! ~Jason Warner On Tue, Mar 25, 2008 at 5:28 AM, Jonathan Chen <[EMAIL PROTECTED]> wrote: > On Tue, Mar 25, 2008 at 12:03:41AM -0700, nandan_tiwari wrote: > > > > Hi, > > > > I am new to Geronimo. > > I searched out for the default heap size used by geronimo. But there is > no > > configuration regarding the heap size in geronimo.sh and startup.sh. > > > > Can any one tell me, what is the default heap size used by geronimo. > > I would say the default heap size allocated by your JRE. > -- > Jonathan Chen <[EMAIL PROTECTED]> > ---------------------------------------------------------------------- > "A little learning is a dangerous thing but a lot of ignorance is > just as bad." - Bob Edwards > -- ~Jason Warner
