I\'m writing an installer that will tune the configuration of the product for the particular hardware on which it will be run. In particular, I want to determine how much p
Under linux you can use sysinfo(2). I don't think it's actually possible from pure java.