_Jv_SetMaximumHeapSize
Michael Koch
konqueror@gmx.de
Sun Sep 21 15:45:00 GMT 2003
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am Sonntag, 21. September 2003 18:36 schrieb Erik Poupaert:
> > The arg parsing is much more complex than that -- surely -mx can
> > go anywhere. Also, we'd be imposing our idea of what args were
> > permissible in a Java program,
>> I was moving in the direction of seeing the option in the gcj
> commandline:
>> $ gcj Hello.java --main=Hello -mx 128
Thats IMHO the totally wrong place. The maximium heap the executable
uses during execution has nothing to do with compiling the program.
If this argument should be usable then it should be added when running
the executable like this:
./hello -mx 128
I think jvgenmain can do this but I'm nit sure. I never looked into
this stuff.
Just my 2 cents.
Michael
- --
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/bcChWSOgCCdjSDsRAmbNAJ9wtOT4LJVK0rqPjF/HrHwvFmf9EQCgoNXP
4jA1/xkHueVaif+zDZaHBqA=
=9YHg
-----END PGP SIGNATURE-----
More information about the Java
mailing list