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

前端 未结 8 1636
孤街浪徒
孤街浪徒 2020-12-13 17:17

I installed Neo4j on Ubuntu 12.04 using these instructions: http://www.neo4j.org/download/linux

wget -O - http://debian.neo4j.org/neotechnology.gpg.key | apt         


        
8条回答
  •  粉色の甜心
    2020-12-13 17:51

    You can set the hard limits in /etc/security/limits.conf and restart the server to make it into effect.

    But with current session, you can run

    ulimit -n 40000

提交回复
热议问题