How to increase Neo4j’s maximum file open limit (ulimit) in Ubuntu?
What you are doing will not work for root user. Maybe you are running your services as root and hence you don’t get to see the change. To increase the ulimit for root user you should replace the * by root. * does not apply for root user. Rest is the same as you did. … Read more