Logged In: NO

To add support for big memory systems, in check_memory
replace all "kmb" with 'kmgb", KM with KMG, and add in
the "sub to_KB" the following line:
if ($_[$i] =~ /^(\d+)G$/) { $_[$i] = floor($1*1048576); next; }
Was tested with Spong 2.7.7