Skip to content

Instantly share code, notes, and snippets.

@Haruki
Created June 3, 2018 16:08
Show Gist options
  • Save Haruki/561e5b14288f9a872a68326cd9863701 to your computer and use it in GitHub Desktop.
Save Haruki/561e5b14288f9a872a68326cd9863701 to your computer and use it in GitHub Desktop.
sudo grep vm.max_map_count /etc/sysctl.conf
"vm.max_map_count=262144"
To apply the setting on a live system type:
sudo sysctl -w vm.max_map_count=262144
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment