Is there a command line utility within Windows or third-party program that can retrieve available RAM on a machine? (Since I don\'t believe this can be done in pure JAVA, si
Use wmic computersystem get TotalPhysicalMemory. E.g.:
wmic computersystem get TotalPhysicalMemory
C:\>wmic computersystem get TotalPhysicalMemory TotalPhysicalMemory 4294500352