-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 288947 b: refs/heads/master c: 17dd9f8 h: refs/heads/master i: 288945: 8dcc25a 288943: 7041469 v: v3
- Loading branch information
Seth Jennings
authored and
Greg Kroah-Hartman
committed
Feb 9, 2012
1 parent
b834da9
commit 7a70539
Showing
3 changed files
with
127 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: af9584b82df77751710db45043cf8d7d7740056d | ||
refs/heads/master: 17dd9f831a3c70588d54cc3a24594f274f9ec3a1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
config ZCACHE | ||
tristate "Dynamic compression of swap pages and clean pagecache pages" | ||
depends on CLEANCACHE || FRONTSWAP | ||
depends on (CLEANCACHE || FRONTSWAP) && CRYPTO | ||
select XVMALLOC | ||
select LZO_COMPRESS | ||
select LZO_DECOMPRESS | ||
select CRYPTO_LZO | ||
default n | ||
help | ||
Zcache doubles RAM efficiency while providing a significant | ||
performance boosts on many workloads. Zcache uses lzo1x | ||
performance boosts on many workloads. Zcache uses | ||
compression and an in-kernel implementation of transcendent | ||
memory to store clean page cache pages and swap in RAM, | ||
providing a noticeable reduction in disk I/O. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters