Home / Companies / Rollbar / Blog / Post Details
Content Deep Dive

Increasing max-open files for beanstalkd

Blog post from Rollbar

Post Details
Company
Date Published
Author
-
Word Count
112
Company Posts That Month
3
Language
English
Hacker News Points
-
Summary

Running out of file descriptors in a Beanstalkd process can be resolved by setting the ulimit in the /etc/default/beanstalkd file before the init script starts the process, rather than modifying the /etc/security/limits.conf and /etc/pam.d/common-session* settings. The default Beanstalkd installation on Ubuntu 12.04 and later uses an init script that employs start-stop-daemon, which does not adhere to system settings for process ulimits. By adding the appropriate line to the /etc/default/beanstalkd file, users can effectively increase the maximum number of available file descriptors for the Beanstalkd process, ensuring smoother operation without altering broader system configurations.

Trends Found in this Post

No tracked trend matches for this post yet.