From 2fbba559568e46f054cf2f9d359e27c28f41231d Mon Sep 17 00:00:00 2001 From: Zhai Zhao Xuan Date: Wed, 18 Jan 2017 15:15:18 +0800 Subject: [PATCH] change the type of hugepageLimits.limit to uint64 The limit should not be lower than 0. Signed-off-by: Zhai Zhao Xuan --- config-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index e3f79bdb8..a4b76d47e 100644 --- a/config-linux.md +++ b/config-linux.md @@ -414,7 +414,7 @@ Each entry has the following structure: * **`pageSize`** *(string, REQUIRED)* - hugepage size -* **`limit`** *(int64, REQUIRED)* - limit in bytes of *hugepagesize* HugeTLB usage +* **`limit`** *(uint64, REQUIRED)* - limit in bytes of *hugepagesize* HugeTLB usage ###### Example