Page MenuHomePhabricator

[jobs-cli,jobs-api] quota shows different units for limit and usage
Open, MediumPublic

Description

When running the quota command, you get different units for the same numbers, making it hard to compare:

tools.superyetkin@tools-sgebastion-10:~$ toolforge jobs quota
Running jobs                                  Used        Limit
--------------------------------------------  ----------  -------
Total running jobs at once (Kubernetes pods)  3           16
Running one-off and cron jobs                 15          15
CPU                                           1500m       8
Memory                                        8536870912  8Gi

(the memory one specifically)