https://golang.org/doc/go1.12#runtime

> On Linux, the runtime now uses MADV_FREE to release unused memory. This 
is more efficient but may result in higher reported RSS. The kernel will 
reclaim the unused data when it is needed. To revert to the Go 1.11 
behavior (MADV_DONTNEED), set the environment variable 
GODEBUG=madvdontneed=1.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to