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:
parent
76b0d1dd85
commit
acabcbd9e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue