weizhouapache commented on PR #10040:
URL: https://github.com/apache/cloudstack/pull/10040#issuecomment-2517789961
@DaanHoogland
- is there some changes for debian ?
- I checked my env
```
# cat /proc/$(ps aux |grep cloudstack-management|grep -v grep |awk '{print
$2}')/limits
Limit Soft Limit Hard Limit Units
...
Max open files 524288 524288 files
...
```
after applying the changes, run `systemctl daemon-reload` and restarted mgmt
server,
```
# cat /proc/$(ps aux |grep cloudstack-management|grep -v grep |awk '{print
$2}')/limits
Limit Soft Limit Hard Limit Units
...
Max open files 500000 500000 files
...
```
it works. but what should be the best value ?
--
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]