Hi, 
I've a problem with the memory usage on LXC with proxmox VE.
I've noticed that proxmox sees that all of my LXC are using all ram assigned to them:

And even inside the CT I can see all the memory is used:
	
	
	
		
But trying to see what process is using it, I found that no one is using more than 50MB  of ram:
	
	
	
		
This is my VE:
	
	
	
		
Has anyone else had the same problem?
I've had this situation even on more update KVM, all present the same problem
				
			I've a problem with the memory usage on LXC with proxmox VE.
I've noticed that proxmox sees that all of my LXC are using all ram assigned to them:

And even inside the CT I can see all the memory is used:
		Code:
	
	free -m
              total        used        free      shared  buff/cache   available
Mem:           2048        1925           3          62         119         122
Swap:          4096         660        3435
		Code:
	
	ps aux  | awk '{print $6/1024 " MB\t\t" $11}'  | sort -n
0 MB        COMMAND
0.398438 MB        /usr/sbin/gssproxy
0.519531 MB        /sbin/agetty
0.578125 MB        /sbin/agetty
0.578125 MB        /sbin/agetty
0.824219 MB        /usr/sbin/crond
0.953125 MB        awk
1.29688 MB        /usr/lib/systemd/systemd-logind
1.35547 MB        /usr/bin/dbus-daemon
1.55859 MB        sort
1.61328 MB        /usr/sbin/zabbix_agentd
1.94531 MB        /usr/sbin/snmpd
2.07031 MB        /usr/sbin/zabbix_agentd:
3.14844 MB        /usr/libexec/postfix/master
3.23047 MB        ps
3.29297 MB        /usr/sbin/zabbix_agentd:
3.34766 MB        /sbin/init
3.44531 MB        qmgr
3.47656 MB        /usr/sbin/zabbix_agentd:
3.47656 MB        /usr/sbin/zabbix_agentd:
3.47656 MB        /usr/sbin/zabbix_agentd:
3.91797 MB        sshd:
4.26562 MB        su
4.47656 MB        /usr/sbin/sshd
4.5625 MB        -bash
4.83594 MB        -bash
6.23047 MB        /usr/bin/graylog-collector-sidecar
6.27734 MB        pickup
6.35547 MB        sudo
8.3125 MB        sshd:
10.6172 MB        /usr/bin/filebeat
16.6562 MB        /usr/sbin/rsyslogd
46.4258 MB        /usr/lib/systemd/systemd-journald
49.3359 MB        /usr/sbin/namedThis is my VE:
		Code:
	
	pveversion -v
proxmox-ve: 5.1-42 (running kernel: 4.13.16-2-pve)
pve-manager: 5.1-51 (running version: 5.1-51/96be5354)
pve-kernel-4.13: 5.1-44
pve-kernel-4.13.16-2-pve: 4.13.16-47
pve-kernel-4.10.17-2-pve: 4.10.17-20
corosync: 2.4.2-pve4
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libpve-access-control: 5.0-8
libpve-apiclient-perl: 2.0-4
libpve-common-perl: 5.0-30
libpve-guest-common-perl: 2.0-14
libpve-http-server-perl: 2.0-8
libpve-storage-perl: 5.0-18
libqb0: 1.0.1-1
lvm2: 2.02.168-pve6
lxc-pve: 3.0.0-2
lxcfs: 3.0.0-1
novnc-pve: 0.6-4
proxmox-widget-toolkit: 1.0-15
pve-cluster: 5.0-25
pve-container: 2.0-21
pve-docs: 5.1-17
pve-firewall: 3.0-8
pve-firmware: 2.0-4
pve-ha-manager: 2.0-5
pve-i18n: 1.0-4
pve-libspice-server1: 0.12.8-3
pve-qemu-kvm: 2.11.1-5
pve-xtermjs: 1.0-2
qemu-server: 5.0-25
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.7-pve1~bpo9Has anyone else had the same problem?
I've had this situation even on more update KVM, all present the same problem
 
	 
	