Running build-kmer-index can give the following error: java.lang.OutOfMemoryError: Java heap space
Alternatives
Add a note to the documentation that _JAVA_OPTIONS can be used to increase the heap space when this error is encountered, like export _JAVA_OPTIONS="-Xms200G -Xmx200G"
Description
Running
build-kmer-index
can give the following error:java.lang.OutOfMemoryError: Java heap space
Alternatives
Add a note to the documentation that
_JAVA_OPTIONS
can be used to increase the heap space when this error is encountered, likeexport _JAVA_OPTIONS="-Xms200G -Xmx200G"
Additional Context
No response