Integrated: 8284950: CgroupV1 detection code should consider memory.swappiness
xpbob
duke at openjdk.java.net
Mon May 16 06:44:52 UTC 2022
On Mon, 18 Apr 2022 09:07:31 GMT, xpbob <duke at openjdk.java.net> wrote:
> set memory.swappiness to 0,swap space will not be used
> determine the value of memory.swappiness
> https://www.kernel.org/doc/Documentation/cgroup-v1/memory.txt
>
>
> Memory Limit: 50.00M
> Memory Soft Limit: Unlimited
> Memory & Swap Limit: 100.00M
> Maximum Processes Limit: 4194305
>
> =>
>
> Memory Limit: 50.00M
> Memory Soft Limit: Unlimited
> Memory & Swap Limit: 50.00M
> Maximum Processes Limit: 4194305
This pull request has now been integrated.
Changeset: 46d208fb
Author: bobpengxie <bobpengxie at tencent.com>
Committer: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/46d208fb1ce9a3d45bee2afda824f15c84a5e4d2
Stats: 142 lines in 4 files changed: 137 ins; 0 del; 5 mod
8284950: CgroupV1 detection code should consider memory.swappiness
Reviewed-by: sgehwolf, iklam
-------------
PR: https://git.openjdk.java.net/jdk/pull/8285
More information about the core-libs-dev
mailing list