https://bugs.kde.org/show_bug.cgi?id=406422
Mark Wielaard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #1 from Mark Wielaard <[email protected]> --- (In reply to Mark Wielaard from comment #0) > The solution is to make a bit more memory < 2GB available. If there is 16MB > available the test always seems to succeed without needing too many tries. > > +vgopts: -q --aspace-minaddr=0x70000000 The comment is right, the constant is wrong (although it also works fine). Leaving 16MB available would be: vgopts: -q --aspace-minaddr=0x7f000000 I was testing if leaving even more would make the testcase too slow. But it was still fast, even though it had to chew through 256MB first. In fact even without --aspace-minaddr the test still finishes quickly. It is just that the original 256K is too low. -- You are receiving this mail because: You are watching all bug changes.
