From 7f18910bf136dd96c4b5dc469703a1197fe541e0 Mon Sep 17 00:00:00 2001 From: Janardhan Reddy Date: Thu, 11 Jan 2018 15:29:15 +1100 Subject: [PATCH] update README for max file descriptors --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bb2840840..b4984ecb1 100644 --- a/README.md +++ b/README.md @@ -598,6 +598,11 @@ observe the full IOPS throughput provided by modern SSDs. In Dgraph, we have set it to 128. For more details, [see this thread](https://groups.google.com/d/topic/golang-nuts/jPb_h3TvlKE/discussion). +-- **Are there any linux specific settings that I should use?** + +We *highly* recommend setting max file descriptors to a high number depending upon the expected size of +you data. + ## Contact - Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions, feature requests and discussions. - Please use [Github issue tracker](https://github.com/dgraph-io/badger/issues) for filing bugs or feature requests.