Skip to content

Commit 9abbf43

Browse files
committed
remove garbage collector calling
1 parent 6714113 commit 9abbf43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

snap-core/src/main/java/org/esa/snap/core/image/AbstractMosaicSubsetMultiLevelSource.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public synchronized void reset() {
6767
super.reset();
6868

6969
this.tileImageDisposer.disposeAll();
70-
System.gc();
7170
}
7271

7372
protected final <TileDataType> List<RenderedImage> buildDecompressedTileImages(Rectangle imageCellReadBounds, DecompressedImageSupport decompressedImageSupport, int defaultImageWidth,

0 commit comments

Comments
 (0)