update readme

This commit is contained in:
2022-03-01 08:43:48 -06:00
parent 67ec3f3764
commit 2ac3451842

View File

@@ -43,7 +43,7 @@ Run with the command:
`java -jar BiGpairSEQ_Sim.jar` `java -jar BiGpairSEQ_Sim.jar`
Processing sample plates with tens of thousands of sequences may require large amounts Processing sample plates with tens of thousands of sequences may require large amounts
of RAM. It is often desirable to increase the JVM maximum heap allocation with the -Xmx flag. of RAM. It is often desirable to increase the JVM maximum heap allocation with the `-Xmx` flag.
For example, to run the program with 32 gigabytes of memory, use the command: For example, to run the program with 32 gigabytes of memory, use the command:
`java -Xmx32G -jar BiGpairSEQ_Sim.jar` `java -Xmx32G -jar BiGpairSEQ_Sim.jar`