mirror of https://github.com/containers/podman.git
Currently handlin memory via varlink is hard coded to 0 Changing to Memory: create.Resources.Memory, MemoryReservation: create.Resources.Memory_reservation, MemorySwap: create.Resources.Memory_swap, MemorySwappiness: int(create.Resources.Memory_swappiness), KernelMemory: create.Resources.Kernel_memory, Allows callers to modify these memory settings. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |
||
|---|---|---|
| .. | ||
| config.go | ||
| containers.go | ||
| containers_create.go | ||
| images.go | ||
| mount.go | ||
| pods.go | ||
| system.go | ||
| transfers.go | ||
| util.go | ||