You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest snapshot I cannot start more than 7 workers on a 16-core, 64GB machine. julia -p 7 works, julia -p 8 gives "could not allocate pools". My ulimit -a output is:
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 514918
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 32768
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 514918
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
The text was updated successfully, but these errors were encountered:
Yes, thank you. My search failed to find 10390 before, but the workaround suggested there (remove 16* from gc.c:164) solved the problem. I am closing this one.
With the latest snapshot I cannot start more than 7 workers on a 16-core, 64GB machine. julia -p 7 works, julia -p 8 gives "could not allocate pools". My ulimit -a output is:
The text was updated successfully, but these errors were encountered: