kerneltravel commented on issue #588:
URL: https://github.com/apache/apisix/issues/588#issuecomment-1014135120


   @Miss-you you can manually set ulimit value before start apisix process, by 
add
   ```
   LimitNOFILE=65535
   ```
   before 
   ```
   ExecStart=/usr/bin/apisix start
   ```
   to systemd service file  `/usr/lib/systemd/system/apisix.service` , 
   and run `systemctl daemon-reload` and `systemctl restart apisix ` to take 
effect.
   
   referer info : 
https://unix.stackexchange.com/questions/345595/how-to-set-ulimits-on-service-with-systemd


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to