You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: