Memory information is pulled from WMI (Windows Management Instrumentation), a management framework built into Windows operating systems. Most likely WMI itself returns incorrect data, which is something we can do very little about.
You can run the command below in cmd.exe on the problem computer and open the resulting WMImemoryinfo.txt file to see the information stored by WMI.
wmic path Win32_PhysicalMemory >WMImemoryinfo.txtIf the output of this command differs from the exact total amount of memory in the computer, there is most likely nothing we can do because Lansweeper retrieves the data as stored in WMI. You can try to
repair the WMI on your computer. However, we are not sure whether this will resolve the problem.