首页 > 其他 > 详细

Neo4j WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See the Neo4j manual

时间:2019-10-24 14:16:15      阅读:343      评论:0      收藏:0      [点我收藏+]

you can add a line in /etc/default/neo4j:

NEO4J_ULIMIT_NOFILE=60000
to set the ulimit setting (60000 open files) for the service.

There is no need anymore to use /etc/security/limits.conf on debian to set the number of open files.
原文地址:https://stackoverflow.com/questions/20924596/neo4j-warning-max-1024-open-files-allowed-minimum-of-40-000-recommended-see-t

Neo4j WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See the Neo4j manual

原文:https://www.cnblogs.com/jpfss/p/11731691.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!