From: Oleg Drokin Date: Wed, 17 Oct 2012 02:10:24 +0000 (-0400) Subject: Restore memory pressure X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=845412be0e7ae4329f185456ae447fe42984db5a;p=fs%2Flustre-release.git Restore memory pressure --- diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 07a6663..259c14d8 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -113,7 +113,7 @@ static struct ll_sb_info *ll_init_sbi(void) si_meminfo(&si); pages = si.totalram - si.totalhigh; - lru_page_max = pages / 2; + lru_page_max = pages; // pages / 2; sbi->ll_ra_info.ra_async_max_active = ll_get_ra_async_max_active(); sbi->ll_ra_info.ll_readahead_wq =