• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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