Searched refs:memoryLimit (Results 1 – 1 of 1) sorted by relevance
208 long memoryLimit = getConfiguredMaxApiMemoryQuota(CHUNK_SIZE_LIMIT_IN_BYTES); in checkMaxChunkMemoryUsage() local209 if (memoryCost > memoryLimit) { in checkMaxChunkMemoryUsage()213 + memoryLimit in checkMaxChunkMemoryUsage()228 long memoryLimit = getConfiguredMaxApiMemoryQuota(RECORD_SIZE_LIMIT_IN_BYTES); in checkMaxRecordMemoryUsage() local229 if (memoryCost > memoryLimit) { in checkMaxRecordMemoryUsage()233 + memoryLimit in checkMaxRecordMemoryUsage()