Closed mouse07410 closed 3 weeks ago
The problem will be the forking that ant's doing to run the tests. I've added a setting for maxmemory which should deal with this - it's set to 4096m for jdk1.8+. Let me know if works.
I've added a setting for maxmemory which should deal with this - it's set to 4096m for jdk1.8+. Let me know if works.
Thank you - it works wonderfully. Closing the issue.
Running tests on the current "main", I get two errors, both related to Argun2:
We need a way to pass "-Xmx4096m" (or such) argument to Java via Ant script. For some reason, having
export JAVA_OPTS=-Xms4096m
does not suffice.