You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Fix not reading limits when cgroup v2 used (kserve#107)
Docker image was not picking up memory limits when cgroup v2 was used.
This lead to incorrect java heap memory limits that lead to crashes due
to OOMKilled as described in kserve#106.
Add extra check for limits in cgroup v2 file for the image to correctly read
memory limits with both cgroup v1 and cgroup v2.
Resolveskserve#106
---
Signed-off-by: funbiscuit <[email protected]>
0 commit comments