ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
N/A
OS / ENVIRONMENT
RHEL7+
SUMMARY
We are setting max process limits in /etc/security/limits.conf to unlimited for cloud user. But RHEL7+ uses systemd which ignores the limits set in /etc/security/limits.conf or /etc/security/limits.d/*.conf.
STEPS TO REPRODUCE
Run cat /proc/$(ps aux |grep cloudstack-management|grep -v grep |awk '{print $2}')/limits
This will print the limit for the cloudstack-management process. The max process limit is not set to unlimited.
EXPECTED RESULTS
The max process limit is set to unlimited.
ACTUAL RESULTS
The max process limit is not set to unlimited.
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
N/A
OS / ENVIRONMENT
RHEL7+
SUMMARY
We are setting max process limits in
/etc/security/limits.confto unlimited for cloud user. But RHEL7+ uses systemd which ignores the limits set in/etc/security/limits.confor/etc/security/limits.d/*.conf.STEPS TO REPRODUCE
Run
cat /proc/$(ps aux |grep cloudstack-management|grep -v grep |awk '{print $2}')/limitsThis will print the limit for the cloudstack-management process. The max process limit is not set to unlimited.
EXPECTED RESULTS
ACTUAL RESULTS