diff --git a/cgi-bin/get_memory b/cgi-bin/get_memory index e4dfb5f3..5ac735aa 100755 --- a/cgi-bin/get_memory +++ b/cgi-bin/get_memory @@ -40,7 +40,7 @@ $anvil->Database->get_anvils(); print $anvil->Template->get({file => "shared.html", name => "json_headers", show_name => 0})."\n"; my $target = $anvil->Get->short_host_name(); -my $hash = {}; +my $hash = { reserved => 68719476736 }; my $anvil_uuid = ""; if ($anvil->data->{cgi}{anvil_uuid}{value}) {