How do I increase Groovy's JVM Heap Size? -


On web claims

I should be able to give xx max to groovy but it just gives me java .io FileNotFoundException When that -Xxx file can not be found, tell me to designate some variables JAVA_OPTS but how do I do this? And how do I know that it works?

$ export JAVA_OPTS = "$ JAVA_OPTS -Xmx64M" $ Groovy

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -