-
-
Notifications
You must be signed in to change notification settings - Fork 599
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
ulimit settings not used with start-stop-daemon #109
Comments
@chrisroberts ah, cool, I apparently missed that ticket :-/. From the looks of it, those changes for #103 would indeed solve this issue. Thanks! |
karmi
pushed a commit
that referenced
this issue
Aug 1, 2013
…limits.d is ignored This follows the conventions in the official .deb and .rpm packages from elastic/elasticsearch#2059. See: * https://github.com/elasticsearch/elasticsearch/blob/master/src/deb/init.d/elasticsearch#L148-L154 * https://github.com/elasticsearch/elasticsearch/blob/master/src/rpm/init.d/elasticsearch#L75-L83 This is part of a larger changeset by @chrisroberts in #103. Closes: #103 Closes: #109 Related: #101 Related: #102
thoughtcroft
pushed a commit
to ninefold/chef-elasticsearch
that referenced
this issue
Jan 30, 2015
…limits.d is ignored This follows the conventions in the official .deb and .rpm packages from elastic/elasticsearch#2059. See: * https://github.com/elasticsearch/elasticsearch/blob/master/src/deb/init.d/elasticsearch#L148-L154 * https://github.com/elasticsearch/elasticsearch/blob/master/src/rpm/init.d/elasticsearch#L75-L83 This is part of a larger changeset by @chrisroberts in sous-chefs#103. Closes: sous-chefs#103 Closes: sous-chefs#109 Related: sous-chefs#101 Related: sous-chefs#102
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pull request #91 introduced the use of start-stop-daemon to daemonize elasticsearch on Debian-family machines. However, start-stop-daemon currently does not use PAM, and thus also does not apply user-specific ulimit settings in /etc/security/limits.conf.
http://superuser.com/questions/454465/make-ulimits-work-with-start-stop-daemon gives some more context around this issue.
The text was updated successfully, but these errors were encountered: