We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sysctl vm.overcommit_memory=1
and
sudo sysctl -w vm.max_map_count=262144
The text was updated successfully, but these errors were encountered:
something like
sudo bash -c 'echo "vm.max_map_count=262144" >> /etc/sysctl.conf' sudo bash -c 'echo "vm.overcommit_memory=1">> /etc/sysctl.conf'
Sorry, something went wrong.
and scaleway seems to require this.
sudo bash -c 'echo "fs.inotify.max_user_watches=524288" >> /etc/sysctl.conf'
No branches or pull requests
and
The text was updated successfully, but these errors were encountered: