• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.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