Mac Pro - Tower: Apple M2 Ultra
julia is run to execute a series of simulations. After a few, the shell kills the process with nothing more than zsh: killed
.
julia> versioninfo()
Julia Version 1.9.4
Commit 8e5136fa297 (2023-11-14 08:46 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU: 24 × Apple M2 Ultra
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, apple-m1)
Threads: 1 on 16 virtual cores
Also, the zsh
limits:
pkrysl@samadira TransdecPool.jl % limit
cputime unlimited
filesize unlimited
datasize unlimited
stacksize 7MB
coredumpsize 0kB
addressspace unlimited
memorylocked unlimited
maxproc 10666
descriptors 256
pkrysl@samadira TransdecPool.jl %
The same script runs on Windows to completion. Memory limit is ~26 GB. (The Mac has 192 GB.)
What is the problem? Any ideas?