Skip to content

Commit

Permalink
neo4j service: increase file limit, per warning emitted at startup (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill authored and joachifm committed Mar 18, 2017
1 parent 9a976c0 commit 63f1a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/databases/neo4j.nix
Expand Up @@ -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}
Expand Down

0 comments on commit 63f1a14

Please sign in to comment.