Issue
How to change LVE limits for a user?
Environment
- CloudLinux OS
- CloudLinux Manager
- LVE
Solution
It is certainly possible to modify any of the available limits for a user. There are 2 main methods. One via UI, by going to the CloudLinux Manager dashboard >> Users. Here, we can change any limit for any user by clicking the "edit" button:
More information about this topic can be found here.
The second option is using the command-line tool "lvectl". For example, we could set the memory limit of user "user1" to 2GB by running:
lvectl set-user user1 --pmem=2048m
Comments
0 comments
Please sign in to leave a comment.