Forum Discussion
Altera_Forum
Honored Contributor
14 years agoOn a unix system you could arrange to make a shell script be run instead of the jvm (either by putting it earlier in $PATH, or renaming the real jvm) containing:
# !/bin/sh real_jvm -Xmx2048m "$@" but I suspect that won't work on cygwin - does depend on exactly how the binary (which is probably using the cygwin library) actually starts the jvm.