1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00

Adds _JAVA_OPTIONS to singularity whitelist

This commit is contained in:
Emil 2022-05-30 11:07:24 +02:00
parent 19497a4183
commit 29fa08c434

View file

@ -10,6 +10,7 @@ params {
singularity { singularity {
enabled = true enabled = true
envWhitelist = ['_JAVA_OPTIONS']
} }
params { params {