Better printing of out of range --dynamic-space-size arguments.
authorStas Boukarev <stassats@gmail.com>
Sat, 30 Nov 2013 20:53:13 +0000 (00:53 +0400)
committerStas Boukarev <stassats@gmail.com>
Sat, 30 Nov 2013 20:53:13 +0000 (00:53 +0400)
commit1ee20a4186d01454f5cf61a3049160c174568305
tree57d5427d6bb536e981313b3260f3d490a04c6ef3
parent8e4ec430504f0f563280be26034af590dff50d34
Better printing of out of range --dynamic-space-size arguments.

Stop printing unsigned values of dynamic-space-size as signed, %lu, not %ld.
Instead of "argument 4000 is too large, max 4143972351", print
"argument 4000 [MB] is too large, max 4046847 KB".
src/runtime/runtime.c
src/runtime/validate.c