Skip to content

Commit fe06ada

Browse files
increase cloud buffer tile cache to avoid re-computing
1 parent 41657b1 commit fe06ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idepix-s2msi/src/main/java/org/esa/snap/idepix/s2msi/S2IdepixOp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ private Product computePostProcessProduct(Product l1cProduct, Product classifica
156156
Product cloudBufferProduct = GPF.createProduct(OperatorSpi.getOperatorAlias(S2IdepixCloudPostProcessOp.class),
157157
paramsBuffer, input);
158158

159-
int cacheSize = Integer.parseInt(System.getProperty(S2IdepixUtils.TILECACHE_PROPERTY, "1600")) / 5;
159+
int cacheSize = Integer.parseInt(System.getProperty(S2IdepixUtils.TILECACHE_PROPERTY, "1600")) / 4;
160160
cloudBufferProduct = S2IdepixUtils.computeTileCacheProduct(cloudBufferProduct, cacheSize);
161161

162162
if (computeCloudShadow || computeMountainShadow || computeCloudBuffer) {

0 commit comments

Comments
 (0)