gumslone / GumCP

Web Control Panel for Raspberry Pi
MIT License
158 stars 50 forks source link

NaN% Real memory #20

Open frixuelos opened 4 years ago

frixuelos commented 4 years ago

imagen

I can't see my RAM memory percentage. Not fixed yet?

Thanks in advance.

mudassar791 commented 3 years ago

you need to change few code at index.php

$MEMORY_CALCULATION_METHOD=1; //memory usage if($MEMORY_CALCULATION_METHOD==1)

image image

What to change in it?