mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
Report memory usage in bytes
This commit is contained in:
parent
09ff4ca79e
commit
b3cc3c14e8
2 changed files with 3 additions and 2 deletions
|
@ -275,7 +275,7 @@ class Job {
|
|||
}
|
||||
switch (key) {
|
||||
case 'cg-mem':
|
||||
memory = parse_int(value);
|
||||
memory = parse_int(value) * 1000;
|
||||
break;
|
||||
case 'exitcode':
|
||||
code = parse_int(value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue