Kristoffer Carlsson
Kristoffer Carlsson
On beta3 for me: ``` julia> using Distributed julia> addprocs(1) 1-element Vector{Int64}: 2 julia> addprocs(1) fatal: error thrown and no exception handler available. InitError(mod=:Profile, error=ErrorException("could not allocate space for 10000000...
Tangentially, isn't it a bit much for Profile to allocate 76 MB for every process getting started, even if Profile is not used?
The error I got above was on a VM, when I run it on my real Windows install (with more resources) I don't have an issue: ``` julia> VERSION v"1.8.0-beta3"...
> Have you tried `addprocs()`, to start `Sys.CPU_THREADS` workers? It crashes then. I'll try to bisect it.
Hm, but I get this on 1.7 as well: ``` | | |_| | | | (_| | | Version 1.7.2 (2022-02-06) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ julia>...
> The threads used to be somewhat lazily allocated I don't see how that used to be lazily allocated. Isn't the only change the number of buffers OpenBLAS end up...
Sorry about that. :(
I don't think this commit is on 1.8.
Sorry no, this just slipped through the cracks. Let's get it in!