I've fixed the famous "Max 1024 open files allowed" warning as per instructions in the documentation and it worked good for a while.
Then I ran out of disk space in my ec2 instance so I increased the size of my volume.
Now when I start neo4j I get the same warning again. However /etc/security/limits.conf and also ulimit -n seem to show me the right value:
root hard core 150000
ubuntu soft nofile 150000
ubuntu hard nofile 150000
Neo runs via user ubuntu.
Any idea?