Uh oh!
There was an error while loading. Please reload this page.
Conversation
Signed-off-by: Matthew Wener <mwener115@gmail.com>
Signed-off-by: Matthew Wener <mwener115@gmail.com>
kesselb
commented
Jun 20, 2020
serverinfo/lib/SystemStatistics.php Lines 115 to 126 in 481df19
|
I suppose it depends on how you want to display the memory in two different situations. The hw.realmem reports the real values of the memory totaled (in my case 64.00 GB). The hw.physmem (63.9 GB in my case) displays the actual available memory that can be used by the system. So these are two different use cases. I don't think either can be considered wrong for their respective use case. The code in the FreeBSD.php is used to set the memory value in the image below. It does not appear to change any other value. The old code is what sets the memory in the live usage display. FreeBSD.php has no influence on these values. SystemStatistics.php controls this image. serverinfo/lib/SystemStatistics.php Lines 115 to 126 in 481df19 |
Signed-off-by: Matthew Wener <mwener115@gmail.com>
…atistics.php Signed-off-by: Matthew Wener <mwener115@gmail.com>
VVD
commented
Jun 21, 2020
Is any possibility to merge it to stable19 branch or even stable18? |
No as this a new feature. |
VVD
commented
Jun 21, 2020
For me it's bug fix - system information was incorrect before this patch. |
kesselb
commented
Jun 21, 2020
To be precise: System information was incorrect before this patch for the unsupported operating system FreeBSD. If that is such a problem for you just disable the serverinfo app ;) |
VVD
commented
Jun 24, 2020
:-P Make FreeBSD supported operating system. 👍 |


#210 Additional changes to show correct values