liutaohua commented on a change in pull request #2170:
URL: https://github.com/apache/iotdb/pull/2170#discussion_r535889164
##########
File path: cluster/src/assembly/resources/sbin/start-node.sh
##########
@@ -18,6 +18,8 @@
# under the License.
#
+# Set max number of open files
+ulimit -n 65535
Review comment:
some suggestions but not blocking:
1. check whether the current user is `root`
2. check if the current `ulimit` is greater than `65535`
3. Add obvious hints that require manual modification
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]