Open
Description
Debug builds print memory like so:
[INFO mmtk::memory_manager] Initialized MMTk with NoGC (FixedHeapSize(16803151872))
I think it'd be nicer if the memory was printed in a human readable format. So something like
[INFO mmtk::memory_manager] Initialized MMTk with NoGC (FixedHeapSize(16 G))
A related issue is we have to provide memory in bytes usually (for example if setting the nursery size). It would be more convenient if we also accepted human readable format for those options.