# getFreePhysicalMemory

### getFreePhysicalMemory

Returns the total Free physical RAM available to the operating system in bytes.

#### Example:

```dart
import "package:system_info2/system_info2.dart";

print("Processors         : ${SysInfo.getFreePhysicalMemory()}");
```
