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

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

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