runtime: Running two go program with 1GB mem GC not releases free package variable mem #42780
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run this code twice on a system with 8GB RAM:
e.g.:
What did you expect to see?
It should work without problem.
What did you see instead?
one program killed:
second is ok:
Command:
Output:
Happens for this code too:
Run :
one:
The text was updated successfully, but these errors were encountered: