Precompiling causing system freeze

You can disable automatic precompilation by setting the environment variable JULIA_PKG_PRECOMPILE_AUTO to 0, or you can limit the number of concurrent precompilation tasks by setting JULIA_NUM_PRECOMPILE_TASKS. See docstring for Pkg.precompile.

2 Likes