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