Update readme with max memory flag

This commit is contained in:
2022-02-18 17:48:25 -06:00
parent 47e23addfa
commit ce88e170c1

View File

@@ -1,4 +1,7 @@
Executable .jar file with interactive, command line UI
Usage: java -jar TCellSim.jar
To increase memory allocation, use -Xmx flag.
For example, to give the program 20 gigabytes of memory:
java -Xmx20G -jar TCellSim.jar
Requires Java11 or higher (Openjdk-17 recommended)