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

Change file descriptor limit to 65535 #37537

Merged
merged 2 commits into from
Jan 16, 2019
Merged

Conversation

jasontedor
Copy link
Member

Some systems default to a nofile ulimit of 65535. To reduce the pain of deploying Elasticsearch to such systems, this commit lowers the required limit from 65536 to 65535.

Closes #35839

Some systems default to a nofile ulimit of 65535. To reduce the pain of
deploying Elasticsearch to such systems, this commit lowers the required
limit from 65536 to 65535.
@jasontedor jasontedor added :Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts v7.0.0 v6.7.0 labels Jan 16, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@jasontedor
Copy link
Member Author

@elasticmachine run gradle build tests 1

2 similar comments
@jasontedor
Copy link
Member Author

@elasticmachine run gradle build tests 1

@jasontedor
Copy link
Member Author

@elasticmachine run gradle build tests 1

@jasontedor jasontedor merged commit 18a3e48 into elastic:master Jan 16, 2019
jasontedor added a commit that referenced this pull request Jan 16, 2019
Some systems default to a nofile ulimit of 65535. To reduce the pain of
deploying Elasticsearch to such systems, this commit lowers the required
limit from 65536 to 65535.
@jasontedor jasontedor deleted the 65535 branch January 16, 2019 22:21
cshtdd added a commit to cshtdd/elasticsearch that referenced this pull request Jan 17, 2019
* master:
  Change file descriptor limit to 65535 (elastic#37537)
  Increase timeout for testAddNewReplicas
cshtdd added a commit to cshtdd/elasticsearch that referenced this pull request Jan 17, 2019
* issue_37107:
  Change file descriptor limit to 65535 (elastic#37537)
  Increase timeout for testAddNewReplicas
jrodewig pushed a commit that referenced this pull request May 20, 2020
Correctly documents the ulimit value as 65535.

The limit was lowered as part of #37537.
jrodewig pushed a commit that referenced this pull request May 20, 2020
Correctly documents the ulimit value as 65535.

The limit was lowered as part of #37537.
jrodewig pushed a commit that referenced this pull request May 20, 2020
Correctly documents the ulimit value as 65535.

The limit was lowered as part of #37537.
jrodewig pushed a commit that referenced this pull request May 20, 2020
Correctly documents the ulimit value as 65535.

The limit was lowered as part of #37537.
jrodewig pushed a commit that referenced this pull request May 20, 2020
Correctly documents the ulimit value as 65535.

The limit was lowered as part of #37537.
jrodewig pushed a commit that referenced this pull request May 20, 2020
Correctly documents the ulimit value as 65535.

The limit was lowered as part of #37537.
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts >enhancement Team:Delivery Meta label for Delivery team v6.7.0 v7.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lower ulimit -n from 65536 to 65535 for increased compatibility
6 participants