totalRamDevice function

int totalRamDevice(
  1. int physicalRamSize
)

Implementation

int totalRamDevice(int physicalRamSize) => roundDouble(physicalRamSize / 1024, 1);