Files
kubernetes/pkg
Artyom Lukianov b965502c49 memory manager: re-use the memory allocated for init containers
The idea that during allocation phase we will:

- during call to `Allocate` and `GetTopologyHints`  we will take into account the init containers reusable memory,
which means that we will re-use the memory and update container memory blocks accordingly.
For example for the pod with two init containers that requested: 1Gi and 2Gi,
and app container that requested 4Gi, we can re-use 2Gi of memory.

Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
2021-07-05 20:52:25 +03:00
..
2021-07-02 21:58:41 +00:00
2021-07-02 21:58:49 +00:00
2021-02-28 15:17:29 -08:00
2021-04-21 11:31:49 +02:00
2021-02-28 15:17:29 -08:00
2021-06-30 18:41:57 -07:00
2021-03-30 23:02:09 +02:00
2021-07-02 21:58:41 +00:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00