You can simply set the GERONIMO_OPTS environment variable.
If you want this set every time Geronimo is started, you can create a
setenv.sh or setenv.bat file.
The geronimo.sh/bat startup script in the geronimo/bin directory will
execute a setenv.sh/bat file (in the same directory) if it is present.
See the comments at the bottom of the comment header for geronimo.sh/bat.
The setenv.sh or setenv.bat file would contain something like the
following:
#!/bin/sh
GERONIMO_OPTS="-Xms512M -Xmx512M"
Regards,
John
Santosh Koti wrote:
>
>
>
> Hi friends,
>
>
>
> I need to add some JVM arguments , heap size etc , can some 1 suggest
> which is the place to do that. (startup.bat..??)
>
> Is there any cleaner way for it.?
>
>
>
>
>
> Thanks,
>
> Santosh.
>
> "Don't talk about yourself; it will be done when you leave. "
>
>
>
> **************** CAUTION - Disclaimer *****************
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
> solely for the use of the addressee(s). If you are not the intended
> recipient, please notify the sender by e-mail and delete the original
> message. Further, you are not to copy, disclose, or distribute this
> e-mail or its contents to any other person and any such actions are
> unlawful. This e-mail may contain viruses. Infosys has taken every
> reasonable precaution to minimize this risk, but is not liable for any
> damage you may sustain as a result of any virus in this e-mail. You
> should carry out your own virus checks before opening the e-mail or
> attachment. Infosys reserves the right to monitor and review the
> content of all messages sent to or from this e-mail address. Messages
> sent to or from this e-mail address may be stored on the Infosys
> e-mail system.
> ***INFOSYS******** End of Disclaimer ********INFOSYS***
>
|