-
Task
-
Resolution: Done
-
Blocker
-
None
-
None
-
False
-
-
False
-
Passed
-
0
-
0
-
Very Likely
-
0
-
None
-
Unset
-
Unknown
-
No
if a user defines memory limit, then they also have to define a CPU limit. Setting only a memory limit will set the CPU value to zero because of default int value. This should not be the case. Expected behavior should be that if the user customizes memory limit and does not specify the CPU limit then instead of assigning zero as the CPU limit, the default CPU limit value should be used.