Size: 320
Comment:
|
Size: 524
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Please add links to more Linux memory management projects. | |
Line 3: | Line 2: |
* AdvancedPageReplacement - brainstorming on how to implement advanced page replacement algorithms in Linux. | |
Line 4: | Line 4: |
[http://linuxcompressed.sourceforge.net/ Compressed Caching] reducing the amount of disk IO that Linux has to do, by compressing currently inactive pages in the page cache. This project has kernel patches available and interesting performance numbers... | * SwapTokenTuning - the current implementation of the swap token logic is essentially a proof of concept; there is a lot of room for improvement. * [http://linuxcompressed.sourceforge.net/ Compressed Caching] reducing the amount of disk IO that Linux has to do, by compressing currently inactive pages in the page cache. This project has kernel patches available and interesting performance numbers... |
AdvancedPageReplacement - brainstorming on how to implement advanced page replacement algorithms in Linux.
SwapTokenTuning - the current implementation of the swap token logic is essentially a proof of concept; there is a lot of room for improvement.
[http://linuxcompressed.sourceforge.net/ Compressed Caching] reducing the amount of disk IO that Linux has to do, by compressing currently inactive pages in the page cache. This project has kernel patches available and interesting performance numbers...