Regarding the first warning: on Ubuntu you need to set the limits in a seperate file within `/etc/security/limits.d` directory. E.g. I'm using `/etc/security/limits.d/neo4j.conf` with these contents: * soft nofile 40000 * hard nofile 40000
Cheers, Stefan 2014-08-18 21:14 GMT+02:00 Daniel Wertheim <[email protected]>: > After install, the service and all is running under the neo4j user, but when > restarting the service there are two warnings being promted. > > The first one: "Warning: Max 1024 open files...."; has various suggestions > on Stackoverflow and the manual I followed the steps listed in the manual > but when restarting the service (I have tried to reboot as well), it still > prompts about the same number of files. > > The second: "Warning: not changing user". > > Anyone that has input on how to actually solve these two warnings? For the > first warning people seem to configure it for root instead of neo4j, but > that feels wrong. > > //Daniel > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
