isLowRam function

bool isLowRam(
  1. int ramMb
)

Implementation

bool isLowRam(int ramMb) => ramMb <= 3072;