Skip to content
New issue

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

debian packaging: Make sysctl limits permanent on deb install #24

Closed
guruofquality opened this issue Oct 11, 2016 · 1 comment
Closed

Comments

@guruofquality
Copy link
Contributor

This should be possible to set on install via config file for sysctl limits stuff. Add limit settings with installed config file and also run the following on install so we dont need to reboot to get the new limits:

sudo sysctl -w net.core.rmem_max=104857600
sudo sysctl -w net.core.wmem_max=104857600
@guruofquality
Copy link
Contributor Author

Needs testing: 6c9f9ab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant