Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc31441
)
Restore memory pressure
author
Oleg Drokin
<green@whamcloud.com>
Wed, 17 Oct 2012 02:10:24 +0000
(22:10 -0400)
committer
Oleg Drokin
<green@linuxhacker.ru>
Thu, 22 May 2025 04:54:44 +0000
(
00:54
-0400)
lustre/llite/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
07a6663
..
259c14d
100644
(file)
--- 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 =