commit | 52a8a6de2a72d2fbab6f7f3cd5100201bb046f49 | [log] [tgz] |
---|---|---|
author | Wanlong Gao <gaowanlong@cn.fujitsu.com> | Tue Feb 21 11:43:33 2012 +0800 |
committer | Caspar Zhang <caspar@casparzhang.com> | Tue Feb 21 13:26:57 2012 +0800 |
tree | 9ace44718e09abf9227faa4da69f5afd2caf74d6 | |
parent | 633c7556063a043a16e2a34ee28e0b4097bfe7a2 [diff] |
mem/tunable: fix the overcommitting possible failure 1. CommitLimit may be changed when set another overcommit_memory value. 2. Test overcommit_memory=2 first to avoid the condition committed > CommitLimited. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> Tested-by: Caspar Zhang <caspar@casparzhang.com>