• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

How to check/allocate memory on parallel container ?

AbhishekS

New Pleskian
Hi,
I have Parallel containers where I set 64GB on one of them, but if I check it inside container, it doesn't show me allocated memory. Is there any separate method to check allocated memory on parallel containers ?
Code:
[root@tlvpps01 ~]# cat /etc/vz/conf/7000.conf | grep -i slm
SLMMEMORYLIMIT="68719476736:68719476736"
SLMMODE="all"
[root@tlvpps01 ~]# vzlist -a | grep -i vsctop07
      7000         16 running      10.49.15.40     vsctop07
[root@tlvpps01 ~]# vzctl enter 7000
entered into Container 7000
             total       used       free     shared    buffers     cached
Mem:             0          0          0          0          0          0
-/+ buffers/cache:          0          0
Swap:            0          0          0
CT-7000-bash-4.1# free -m
             total       used       free     shared    buffers     cached
Mem:           256        101        154          0          0         65
-/+ buffers/cache:         36        219
Swap:          256          4        251
CT-7000-bash-4.1#
 
Back
Top