On 10/01/2013 01:56 PM, Cao Hoang Thu wrote: > Yes, I used free for checking memory... That's not the right thing to do. To find out what memory a process is using, do cat /proc/$PID/maps There's no point using free because memory is used by the filesystem cache. Andrew.