Dnia sobota, 20 sierpnia 2005 13:39, Manuel Amador napisaƂ: [ ... ] > You start a background task which starts to read directories and files> (the regular activity of an indexer), even with a nice 20 level, and> pretty soon apps you wanna work with need to page their data from the> hard disk. This is caused by two phenomenons: disk cache eviction (the> OS evicts useful files from the cache because the indexer starts to read> files, and the OS services those requests, caching stuff for the> indexer) and memory pressure (which happens because while the indexer> runs, stuff will get paged in to disk to service the memory requests> from the indexer). You can prevent this by using fadvise() and/or madvise() to hint kernel that indexed files should not be loaded into disk and page cache. >> > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to> > >> unsubscribe << >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<