Project

General

Profile

Actions

Bug #12951

open

FastJ aggregation into SGLF takes too much memory

Added by Abram Connelly over 6 years ago. Updated about 5 years ago.

Status:
New
Priority:
Normal
Assigned To:
-
Target version:
Story points:
-

Description

the fastj2cgflib converts FastJ to SGLF by loading all the FastJ tiles into memory. If we assume the FastJ are sorted, or if we load the FastJ tiles and sort them ourselves, we can drastically reduce the memory footprint of the resulting SGLF creation.

Since each tile step only requires knowledge of other tile in the same tile step, we can free memory of data after we've processed the tile step.

Currently, even for moderate datasets, memory usage can balloon to upwards of 100G+.

Actions

Also available in: Atom PDF