https://bugzilla.novell.com/show_bug.cgi?id=731670 https://bugzilla.novell.com/show_bug.cgi?id=731670#c8 --- Comment #8 from Michal Vyskocil <mvyskocil@suse.com> 2011-12-02 10:04:55 UTC --- I was not able to reproduce that - I tested 1.0.2, 1.1, 1.1.2, 1.1.3 and 1.1.4 and did not get any difference in meory or CPU consumption. And a start of the application was reasonably fast (in few seconds). I used following code snippet to check the memory consumption pidlist=$(pgrep java | tr '\n' ',' | sed 's/,$//') [[ -n "${pidlist}" ]] && ps -p ${pidlist} -o pid,cmd,%cpu,%mem,rss,vsz,size 1.0.2 run PID CMD %CPU %MEM RSS VSZ SZ 20746 /usr/bin/javaws /tmp/avr-8. 6.9 0.9 57092 1914836 1772720 20770 /usr/lib64/jvm/java-1.6.0-o 29.8 2.7 165196 580792 432368 1.1 run PID CMD %CPU %MEM RSS VSZ SZ 20952 /bin/sh /usr/bin/javaws /tm 0.0 0.0 1676 12928 372 20953 /usr/lib64/jvm/java-1.6.0-o 8.2 0.9 59036 1917120 1772924 20977 /bin/sh /usr/bin/javaws -J- 0.0 0.0 1688 12928 372 20979 /usr/lib64/jvm/java-1.6.0-o 33.7 2.8 172832 584900 434396 1.1.4 run PID CMD %CPU %MEM RSS VSZ SZ 21974 /bin/sh /usr/bin/javaws /tm 0.0 0.0 1680 12928 372 21975 /usr/lib64/jvm/jre//bin/jav 6.0 0.9 56700 1916160 1771960 21999 /bin/sh /usr/bin/javaws -J- 0.0 0.0 1692 12928 372 22001 /usr/lib64/jvm/jre//bin/jav 24.8 2.7 166884 583420 432912 There are no differences in CPU or memory usages, just after 1.1, only after 1.1, there are two more shells executed, but with a tiny impact on CPU and memory. I will try retest it on 11.4 as I did my testing on 12.1 - there are few differences like deprecating of mozilla-xulrunner and so. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.