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
I was looking at the FAQ answer about the big virtual size, compared to the resident
size (on linux i686). It mentions that it doesn't take physical memory from other
processes. I feel like the big VSIZE affects whether linux will allow the fork or not.
I'm rewriting a program from C to Go, and I noticed that at around a VSIZE=2GB and
RSS=600MB, fork/exec fails in the go version of the program. In the C version, which
doesn't have such a big VSIZE, that doesn't happen.
The machine has 4GB of RAM, no swap, and I use go 1.0.3.
May this issue be related to what I see?
The text was updated successfully, but these errors were encountered: