1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-23 16:49:55 +00:00

Use _JAVA_OPTIONS instead

This commit is contained in:
James Fellows Yates 2022-06-15 15:27:40 +02:00
parent 76b0d1dd85
commit acabcbd9e8

View file

@ -7,7 +7,7 @@ params {
} }
env { env {
JAVA_TOOL_OPTIONS = "-XX:ParallelGCThreads=1" _JAVA_OPTIONS = "-XX:ParallelGCThreads=1"
OPENBLAS_NUM_THREADS = 1 OPENBLAS_NUM_THREADS = 1
OMP_NUM_THREADS = 1 OMP_NUM_THREADS = 1
} }