Closed nkottary closed 5 years ago
JAVACALL_IGNORE_WORKERS
myid()
JAVACALL_MEMORY_LIMIT
This is useful, but shouldn't these go into JavaCall.jl directly?
Okay. I've opened this: https://github.com/JuliaInterop/JavaCall.jl/pull/97
JAVACALL_IGNORE_WORKERS
: Ifmyid()
is in this list then JVM is not initialized. This is useful when you don't want JVM to load on certain workers.JAVACALL_MEMORY_LIMIT
: This is the heap size limit.