maxMemoryThreshold constant

int const maxMemoryThreshold

Maximum memory usage threshold (10MB)

Implementation

static const int maxMemoryThreshold = 10 * 1024 * 1024;