|
From: Brian K. <bp...@wi...> - 2007-09-12 17:59:54
|
> Can you try to find out why is memory running out? Any tips on how to do this? > > You can look at the %MEM (or RSS) column in the 'ps uax' output, to > see which processes are using the most memory. > > Miklos ps uax | grep '[s]shfs' root 15553 0.0 0.0 13412 932 ? SNsl 12:48 0:20 /usr/bin/sshfs hvec@san:/home/scratch /mnt/san/scratch -s -o rw,noatime,uid=1001,gid=1001,allow_other,reconnect,umask=0002 %MEM = 0.0 RSS = 932 Brian |