Here is what I get on this system:
$ echo $( cat /proc/meminfo | egrep '^(MemFree|Cached|Writeback):' |awk '{print $2}') - + p | dc 1835104 $ grep ^VmSize /proc/$( pidof X)/status VmSize: 18640 kB
Once again the crash occurred immediately after login, without any special process running other that those launched by a default Unity session.
Here is what I get on this system:
$ echo $( cat /proc/meminfo | egrep '^(MemFree| Cached| Writeback) :' |awk '{print $2}') - + p | dc
1835104
$ grep ^VmSize /proc/$( pidof X)/status
VmSize: 18640 kB
Once again the crash occurred immediately after login, without any special process running other that those launched by a default Unity session.