Memory is filled linearly in a short time
Posted: Tue Jan 18, 2011 8:40 am
Hi @ all,
I've a virtual machine Ubuntu 10.10 64bit running ZM 1.24.2
I'have 2 cameras with resolution 1280x800 (Axis M3014) but in the html page I've set to working @ 640x480 and all working fine.
When I go in the hypervisor control, I can see that the memory of my virtual machine is filled and stay fill all the time...
When I reboot the system I can see this:
and after a bit of time I can see that the memory is filled linearly:
this is confirmed use the free command
after a bit of time
and here my ipcs -l output
Why my memory is filled up?
Thanks Andrea
I've a virtual machine Ubuntu 10.10 64bit running ZM 1.24.2
I'have 2 cameras with resolution 1280x800 (Axis M3014) but in the html page I've set to working @ 640x480 and all working fine.
When I go in the hypervisor control, I can see that the memory of my virtual machine is filled and stay fill all the time...
When I reboot the system I can see this:
and after a bit of time I can see that the memory is filled linearly:
this is confirmed use the free command
Code: Select all
andrea@camera-server:~$ free -m
total used free shared buffers cached
Mem: 1497 851 646 0 56 578
-/+ buffers/cache: 216 1281
Swap: 387 0 387
andrea@camera-server:~$
Code: Select all
andrea@camera-server:~$ free -m
total used free shared buffers cached
Mem: 1497 1304 192 0 85 964
-/+ buffers/cache: 254 1242
Swap: 387 0 387
andrea@camera-server:~$
and here my ipcs -l output
Code: Select all
andrea@camera-server:~$ ipcs -l
------ Shared Memory Limits --------
max number of segments = 4096
max seg size (kbytes) = 1500000
max total shared memory (kbytes) = 1536000
min seg size (bytes) = 1
------ Semaphore Limits --------
max number of arrays = 128
max semaphores per array = 250
max semaphores system wide = 32000
max ops per semop call = 32
semaphore max value = 32767
------ Messages: Limits --------
max queues system wide = 2989
max size of message (bytes) = 8192
default max size of queue (bytes) = 16384
andrea@camera-server:~$
Thanks Andrea