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
This is happening because the changes to debug.FreeOSMemory in the page allocator don't do the right thing. The fix is to reset the scavenger address, then scavenge.
This may need to block the beta, but the fix is known and easy. I will put up a change ASAP.
At tip,
debug.FreeOSMemory
isn't doing what its documentation is saying it will do. Notably,HeapReleased
doesn't increase all the way toHeapIdle
. This failure is obvious in https://github.com/savalin/example/blob/master/main.go and this was discovered in investigating #35848.This is happening because the changes to
debug.FreeOSMemory
in the page allocator don't do the right thing. The fix is to reset the scavenger address, then scavenge.This may need to block the beta, but the fix is known and easy. I will put up a change ASAP.
CC @aclements @andybons
The text was updated successfully, but these errors were encountered: