diff --git a/readme.md b/readme.md index 75f6bdf..f171759 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ Run with the command: `java -jar BiGpairSEQ_Sim.jar` 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: `java -Xmx32G -jar BiGpairSEQ_Sim.jar`