Searched refs:minLimitBytes (Results 1 – 1 of 1) sorted by relevance
393 final long minLimitBytes = (long) (policy.warningBytes * FLOAT); in show() local398 limitBytes = Math.max(5 * GB_IN_BYTES, minLimitBytes); in show()