Add support for updating Kernel Memory Limits (#256)
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
5624732128
commit
16a8dfe6a8
6 changed files with 206 additions and 167 deletions
|
@ -78,6 +78,7 @@ type Resource struct {
|
|||
CpusetCpus string
|
||||
CpusetMems string
|
||||
KernelMemory int64
|
||||
KernelTCPMemory int64
|
||||
Memory int64
|
||||
MemoryReservation int64
|
||||
MemorySwap int64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue