# getVirtualMemorySize

### getVirtualMemorySize

Returns the total amount of virtual memory used by your app.

#### Example:

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

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