Skip to content

Clear away unused resources to aid in garbage collection

Levi Remington requested to merge transformer-memory-profiling into master
  • Modifies approach to GeoJSON processing to occur in batches of 1,000 while ingested records are simultaneously cleared. This helps reduce overall memory usage and speeds up the GeoJSON processing stage.
  • De-references/clears all applicable JSONObject and JSONArray objects when they are no longer needed. This helps reduce overall memory usage.

Merge request reports