Merge pull request #112 from Tsu-ba-me/issues/8-correct-reserved-memory

Web UI: correct reserved memory constant
main
Digimer 4 years ago committed by GitHub
commit c1027d2a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cgi-bin/get_memory

@ -49,7 +49,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 = { reserved => 68719476736 };
my $hash = { reserved => 8589934592 };
my $anvil_uuid = "";
if ($anvil->data->{cgi}{anvil_uuid}{value})
{

Loading…
Cancel
Save