Here are the steps you should follow:
Check Default LVE Limits: Verify the default LVE limits in the ve.cfg file to ensure they are set as expected. The /etc/container/ve.cfg should have a section like:
Code:
<defaults> <cpu limit="100%"/> <io limit="1024"/> <mem limit="0"/> <pmem limit="262144"/> <nproc limit="100"/> <other maxentryprocs="20"/> <ncpu limit="1"/> <iops limit="1024"/> </defaults>
Also, please provide the output of:
Code:
uname -r lvectl list | head
Leave a comment: