Hi,
my LXC containers are showing the same load average of the host.
I know this is due to some limitations of LXC and I had the same problem with CPU and memory too until some months ago.
Now after some upgrades containers are showing the correct information about CPU and memory limits. Why it's not the same for load average too?
The container 911 (staging3) is running on node9:
	
	
	
		
Load average on node9 is 1.37, 1.73, 1.46:
	
	
	
		
Load average on staging3 is 1.37, 1.73, 1.46:
	
	
	
		
I verified that if host's load average goes up, also the container's one grows, so they are synchronized.
Could you help me please?
Thanks!
				
			my LXC containers are showing the same load average of the host.
I know this is due to some limitations of LXC and I had the same problem with CPU and memory too until some months ago.
Now after some upgrades containers are showing the correct information about CPU and memory limits. Why it's not the same for load average too?
The container 911 (staging3) is running on node9:
		Code:
	
	root@node09:~# pct list
VMID       Status     Lock         Name               
904        running                 mediaspooler1       
905        running                 mediaspooler2       
909        running                 staging4           
910        running                 staging2           
911        running                 staging3           
1105       running                 wifi
	Load average on node9 is 1.37, 1.73, 1.46:
		Code:
	
	root@node09:~# w
 08:33:25 up 171 days, 10:39,  1 user,  load average: 1.37, 1.73, 1.46
[...]
	Load average on staging3 is 1.37, 1.73, 1.46:
		Code:
	
	root@staging3:/# w
 08:33:24 up 1 day, 20:34,  1 user,  load average: 1.37, 1.73, 1.46
[...]
	I verified that if host's load average goes up, also the container's one grows, so they are synchronized.
Could you help me please?
Thanks!