Hello, I have following message when running ElasticSearch through supervisorD program :
[1]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]
Therefore Elastic cannot start, I check my limits.conf file, it has the right configuration for my_user, but I cannot modify this file to add some conf for others users.
The thing is, if I run it manually in the terminal, elasticsearch run smoothly without the error,
How could I debug to understand why it would not run using the same user or configuration when run through supervisorD?