This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Increase heap sizes using gij
- From: Pat - We Create <pat at we-create dot org>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Sun, 11 Mar 2012 04:56:41 +0000
- Subject: Increase heap sizes using gij
Hi,
Is anyone able to tell me how to increase the start and maximum heap sizes
via ssh? In terminal I get the following form help:
Usage: gij [OPTION] ... CLASS [ARGS] ...
to interpret Java bytecodes, or
gij -jar [OPTION] ... JARFILE [ARGS] ...
to execute a jar file
--cp LIST set class path
--classpath LIST set class path
-DVAR=VAL define property VAR with value VAL
-?, --help print this help, then exit
-X print help on supported -X options, then exit
--ms=NUMBER set initial heap size
--mx=NUMBER set maximum heap size
--verbose[:class] print information about class loading
--showversion print version number, then keep going
--version print version number, then exit
Options can be specified with `-' or `--'.
I've tried typing 'gij ?ms=512' and various other combinations but can't
get anything to work, it just keeps outputting the help:
Usage: gij [OPTION] ... CLASS [ARGS] ...
to interpret Java bytecodes, or
gij -jar [OPTION] ... JARFILE [ARGS] ...
to execute a jar file
Thanks,
Pat