Skip to content

Commit

Permalink
Removed ulimit reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
micahhausler committed Feb 26, 2019
1 parent a052b53 commit 9f20002
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions files/docker-daemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,5 @@
"max-file": "10"
},
"live-restore": true,
"max-concurrent-downloads": 10,
"default-ulimits": {
"nofile": {
"Name": "nofile",
"Soft": 2048,
"Hard": 8192
}
}
"max-concurrent-downloads": 10
}

2 comments on commit 9f20002

@jaepyoung
Copy link

@jaepyoung jaepyoung commented on 9f20002 Mar 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks fo this change. I couldn't install elasticsearch because of this setting.

@drewhemm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix should probably be backported - I also couldn't run CrateDB (ElasticSearch under the hood) because of the nofile regression.

Please sign in to comment.