• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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