neo4j service: increase file limit, per warning emitted at startup (#23961)
This commit is contained in:
parent
9a976c09ba
commit
63f1a14ae5
@ -130,6 +130,7 @@ in {
|
||||
ExecStart = "${cfg.package}/bin/neo4j console";
|
||||
User = "neo4j";
|
||||
PermissionsStartOnly = true;
|
||||
LimitNOFILE = 40000;
|
||||
};
|
||||
preStart = ''
|
||||
mkdir -m 0700 -p ${cfg.dataDir}/{data/graph.db,conf,logs}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user