Skip to content

Commit

Permalink
Merge pull request #2136 from stmuk/master
Browse files Browse the repository at this point in the history
Since merge of rescalar branch Java build needs 3G see 80dca6b
  • Loading branch information
lizmat committed Jul 26, 2018
2 parents 434ede4 + 8feb13c commit ee44d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ download, build, and install a fresh NQP, run:
If you get a `java.lang.OutOfMemoryError: Java heap space` error building
rakudo on the JVM, you may need to modify your NQP runner to limit memory
use. e.g. edit the nqp-j / nqp-j.bat executable (found wherever you installed to, or in the
`install/bin` directory) to include `-Xms500m -Xmx2g` as options passed to java.
`install/bin` directory) to include `-Xms500m -Xmx3g` as options passed to java.
Alternatively, you can set `JAVA_OPTS` env var; e.g.
`export JAVA_OPTS="-Xmx51200000000"`

Expand Down

0 comments on commit ee44d4b

Please sign in to comment.