<table><tr><td style="">hurikhan77 updated this revision to Diff 67627.<br />hurikhan77 retitled this revision from "[Database] Rework handling environment flags" to "[Database] Disable read-ahead to prevent thrashing".<br />hurikhan77 edited the summary of this revision. <a href="https://phabricator.kde.org/transactions/detail/PHID-XACT-DREV-vc6myj3vjgfoirz/">(Show Details)</a><br />hurikhan77 added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D24538">View Revision</a></tr></table><br /><div><div><p>Prevent filesystem thrashing in low-mem situations by turning off<br />
read-ahead. Access patterns of baloo are unlikely to benefit from<br />
read-ahead and preserving cache is more valuable than reading ahead<br />
potentially unused data.</p>

<p>In low-memory conditions, the random access patterns of Baloo combined<br />
with read-ahead tend to dominate the cache. Let Baloo be the slow player<br />
here, and leave system cache and memory for interactive performance.</p></div></div><br /><div><strong>CHANGES TO REVISION SUMMARY</strong><div><div style="white-space: pre-wrap; color: #74777D;"><span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">This will keep the code of the following changes simpler to read.</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">Prevent filesystem thrashing in low-mem situations by turning off<br />
read-ahead. Access patterns of baloo are unlikely to benefit from<br />
read-ahead and preserving cache is more valuable than reading ahead<br />
potentially unused data.<br />
<br />
In low-memory conditions, the random access patterns of Baloo combined<br />
with read-ahead tend to dominate the cache. Let Baloo be the slow player<br />
here,</span> <span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">It introduces no functional change</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">and leave system cache and memory for interactive performance</span>.</div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R293 Baloo</div></div></div><br /><div><strong>CHANGES SINCE LAST UPDATE</strong><div><a href="https://phabricator.kde.org/D24538?vs=67626&id=67627">https://phabricator.kde.org/D24538?vs=67626&id=67627</a></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D24538">https://phabricator.kde.org/D24538</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/engine/database.cpp</div></div></div><br /><div><strong>To: </strong>hurikhan77, ngraham<br /><strong>Cc: </strong>kde-frameworks-devel, ngraham, Baloo, lots0logs, LeGast00n, fbampaloukas, GB_2, domson, ashaposhnikov, michaelh, astippich, spoorun, bruns, abrahams<br /></div>