You are not logged in.
Pages: 1
Hi
I have noticed a memory leak on my system related to virtualbox as it's the only software I run on the machine. Problem is that this memory leak doesn't seem to be related to user space, as ps doesn't report the memory used and when I kill the virtualbox process, the memory is still reported as in use with the free command. Is it possible to investigate where this memory is allocated further? I suspect there is a leak in one of the kernel drivers. is it possible to investigate the memory used by the kernel modules further?
Thanks.
Offline
Offline
I ran virtualbox for a night and then I stopped it and flushed the cache. Then output looks like this:
total used free shared buff/cache available
Mem: 7.6G 3.6G 3.8G 70M 228M 3.8G
Swap: 0B 0B 0BWhen I run ps_mem it reported 168MiB for all programs.
What doesn't make sense to me is why 3.6G is reported as still in use by free?
Offline
Pages: 1