• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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