-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Elasticsearch fails due to lowered ulimit #234
Comments
Looks like the line |
amazon-eks-ami/install-worker.sh Line 66 in 6090f20
|
|
This is frustrating. We're trying to run Artifactory and have the same problem. |
We have the same problem! In the old AMI, the file |
What happened: The issue in #193 is back in the latest 1.12 image.
Elasticsearch is crashing giving the following error:
What you expected to happen: Expected Elasticsearch to start.
How to reproduce it (as minimally and precisely as possible):
SSH to instance, and run any container in docker, inspecting the number of files limit:
It returns 4096 where I expect 65536.
Anything else we need to know?:
PR #206 (reverting previous change) was selected in favor of #205 (modifying explicit limits) but we may need to be explicit about the default limits.
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
): eks.1aws eks describe-cluster --name <name> --query cluster.version
): 1.12uname -a
): Linux ip-10-80-5-21.us-east-2.compute.internal 4.14.104-95.84.amzn2.x86_64 Template is missing source_ami_id in the variables section #1 SMP Sat Mar 2 00:40:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linuxcat /tmp/release
on a node):The text was updated successfully, but these errors were encountered: