Issue
All sites are getting error 508 - Resource Limit Is Reached
Environment
- CloudLinux 8
- DirectAdmin
Solution
- Ensure that the affected users are not exceeding their limits:
# lveinfo -d --period=2h --by-fault=any --show-columns="ID,CPUf,EPf,PMemF,NprocF,IOf,IOPSf"
- Check if the issue is reproducible by disabling CageFS for one of the affected users :
# cagefsctl --disable <username>
- Make sure that limits for the user are applied
#
lvectl list
- If the issue persists after disabling CageFS and only the default and limit ID are presented in the output of the lvectl command, reinstall the LVE package and its dependencies:
# yum reinstall -y alt-python27-cllib lve-stats lve-wrappers lve lve-utils lvemanager
Cause
Corrupted packages
Useful links
https://docs.cloudlinux.com/shared/command-line_tools/#lveinfo
https://docs.cloudlinux.com/shared/command-line_tools/#lvectl
Comments
0 comments
Please sign in to leave a comment.