On 12/18/2013 08:15 PM, [email protected] wrote: [...] > BTW I noticed that when I installed the Debian package the Neo4j > instance ignored my Linux optimization parameters as detailed on this > doc page: > http://docs.neo4j.org/chunked/milestone/linux-performance-guide.html#_setting_the_number_of_open_files > > To clarify, I'd previously made the changes recommended in the Linux > Performance Guide, then upgraded using the .deb package, and Neo ignored > those parameters. I ended up going back to the source installation. > > Just something to note.
Neo4j isn't really at liberty to ignore the maximum number of open files, that's controlled by Linux. The Debian package creates a user 'neo4j' under which Neo4j is run and the guide instructs to set the file limit for that user. If you run the downloaded distribution and run it as a regular user the limit for a regular users is applied. I'd guess that's what you're seeing :-) -- 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/groups/opt_out.
