maxMemoryThreshold constant
int
const maxMemoryThreshold
Maximum memory usage threshold (10MB)
Implementation
static const int maxMemoryThreshold = 10 * 1024 * 1024;
Maximum memory usage threshold (10MB)
static const int maxMemoryThreshold = 10 * 1024 * 1024;