Commit 80afc6a7 authored by Naman Dixit's avatar Naman Dixit

Changed units of memory to MiB

parent 10c76714
...@@ -139,6 +139,7 @@ int main(int argc, char** argv) ...@@ -139,6 +139,7 @@ int main(int argc, char** argv)
break; break;
} }
} }
memory /= 1024;
if (command_found) { if (command_found) {
Char *output = NULL; Char *output = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment