Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Studio 1: RI-23 68
-
3
Description
In the `ResourceStatistics` protobuf message, there are a couple of issues:
- There are already `cpu_limit` and `mem_limit_bytes` fields, but they are actually CPU & memory requests when resources limits are specified for a task.
- There is already `mem_soft_limit_bytes` field, but this field seems not set anywhere.
So we need to update this protobuf message and also the related containerizer code which set the fields of this protobuf message.