http://bugzilla.novell.com/show_bug.cgi?id=599000 http://bugzilla.novell.com/show_bug.cgi?id=599000#c6 --- Comment #6 from Oleg Sapon <xsov@mail.ru> 2010-06-19 01:15:30 UTC --- Ok, here is test case which for my PC running KDE4. If your test PC has more memory and less applications running then you should repeat 'cat' step more times. First of all system info for this test case: # uname -a Linux mce 2.6.34-9-desktop #1 SMP PREEMPT 2010-06-03 18:33:51 +0200 x86_64 x86_64 x86_64 GNU/Linux # cat /etc/*release openSUSE 11.3 Milestone 7 (x86_64) VERSION = 11.3 # locale LANG=ru_RU.UTF-8 LC_CTYPE="ru_RU.UTF-8" LC_NUMERIC="ru_RU.UTF-8" LC_TIME="ru_RU.UTF-8" LC_COLLATE="ru_RU.UTF-8" LC_MONETARY="ru_RU.UTF-8" LC_MESSAGES="ru_RU.UTF-8" LC_PAPER="ru_RU.UTF-8" LC_NAME="ru_RU.UTF-8" LC_ADDRESS="ru_RU.UTF-8" LC_TELEPHONE="ru_RU.UTF-8" LC_MEASUREMENT="ru_RU.UTF-8" LC_IDENTIFICATION="ru_RU.UTF-8" LC_ALL= # free total used free shared buffers cached Mem: 2055668 439496 1616172 0 14080 230116 -/+ buffers/cache: 195300 1860368 Swap: 2104476 367860 1736616 # sort --version sort (GNU coreutils) 7.1 Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Авторы программы -- Mike Haertel и Paul Eggert. # ls -l `which sort` lrwxrwxrwx 1 root root 9 Июн 13 01:02 /usr/bin/sort -> /bin/sort # ls -l /bin/sort -rwxr-xr-x 1 root root 89544 Июн 10 10:57 /bin/sort Test itself: # echo "10.0.0.1" > /test # echo "10.0.0.2" >> /test # echo "10.0.0.3" >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # cat /test >> /test2; cat /test2 >> /test # ls -l /test -rw-r--r-- 1 root root 36349263 Июн 19 05:12 /test # cat /test|sort -k 1,1n sort: memory exhausted -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.