https://bugzilla.kernel.org/show_bug.cgi?id=34102
--- Comment #6 from Martin Steigerwald Martin@Lichtvoll.de 2011-05-04 19:37:53 --- Hmmm, I think I now have 2/5 of RAM as image_size autotune value with 2.6.38.5:
shambhala:/sys/power> free total used free shared buffers cached Mem: 2073608 2018792 54816 0 34568 886860 -/+ buffers/cache: 1097364 976244 Swap: 4000180 141140 3859040 shambhala:/sys/power> cat image_size 844292096 shambhala:/sys/power> irb irb(main):001:0> 2073608 * 1024 => 2123374592 irb(main):002:0> 844292096 / 2123374592.0 => 0.397618064745121 irb(main):003:0>
I removed the autotune refinement patch you asked me to test in bug #30482.
According to https://bugzilla.kernel.org/show_bug.cgi?id=30482#c5 that patch has been merged, but that doesn't seem to be the case!?