-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
multithreadingBase.Threads and related functionalityBase.Threads and related functionality
Description
With the following minimal example, I am seeing memory usage reach 10GB+ within seconds if I start Julia with JULIA_NUM_THREADS=4 (no other options).
If I only use single thread, memory usage remains around 200MB.
I've tested on both the 1.1 release and yesterday's nightly on a Linux Skylake Xeon.
Threads.@threads for i in 1:100000
sum(collect(1:10^6))
endhycakir, zsz00, jpsamaroo, yubessy, Roger-luo and 1 more
Metadata
Metadata
Assignees
Labels
multithreadingBase.Threads and related functionalityBase.Threads and related functionality