Update readme with max memory flag
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
Executable .jar file with interactive, command line UI
|
Executable .jar file with interactive, command line UI
|
||||||
Usage: java -jar TCellSim.jar
|
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)
|
Requires Java11 or higher (Openjdk-17 recommended)
|
||||||
Reference in New Issue
Block a user