I have a program which is working perfectly fine. But it works fine for 5-6 days after that it gets killed SIGKILL. When I observed that memory was the issue, I did strict deallocation wherever allocation is done.
I am using linux top command for monitoring the memory usage.
As of now the program is working fine. But, slowly the VIRT virtual memory attribute in top command is increasing slowly. Why is that so? I am deallocating stuff everywhere it is needed.
Thanks in advance. :)