diff --git a/docs/changes/2423.optimization.rst b/docs/changes/2423.optimization.rst new file mode 100644 index 00000000000..b6e1567767a --- /dev/null +++ b/docs/changes/2423.optimization.rst @@ -0,0 +1,3 @@ +Load data and apply event and column selection in chunks in ``ctapipe-train-*`` +before merging afterwards. +This reduces memory usage.