diff --git a/options/reconstruction.py b/options/reconstruction.py
index 0cbf44dd303a9caf4e063389cc10f4753a9ad8ad..af1d58495f3643e0f7fd3ea45fb0a5057786eafa 100644
--- a/options/reconstruction.py
+++ b/options/reconstruction.py
@@ -43,7 +43,7 @@ n_events = int(os.environ["JUGGLER_N_EVENTS"])
 # services
 services = []
 # auditor service
-services.append(AuditorSvc("AuditorSvc", Auditors=['ChronoAuditor']))
+services.append(AuditorSvc("AuditorSvc", Auditors=['ChronoAuditor', 'MemStatAuditor']))
 # geometry service
 services.append(GeoSvc("GeoSvc", detectors=["{}.xml".format(compact_path)], OutputLevel=WARNING))
 # data service