You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -410,4 +420,13 @@ For production monitoring, scrape the Prometheus metrics endpoints with Grafana:
410
420
411
421
### Pruning
412
422
413
-
The `--full` flag is accepted by both the CL and EL and will enable pruning. However, EL pruning is currently considered unstable and is not recommended at this time.
423
+
The `--full` flag is accepted by both the CL and EL and will enable pruning.
424
+
When bootstrapping from a pruned snapshot, `--full` is **required** on the
425
+
first EL start to reconcile the database (see the note in
426
+
[Start execution layer](#start-execution-layer)). After that initial run you
427
+
can restart without `--full`.
428
+
429
+
> **Caution:** EL pruning increases memory usage and may cause out-of-memory
430
+
> issues on constrained machines. If you encounter memory pressure, enable
431
+
> backpressure (see [System Requirements](#system-requirements) section) and remove
0 commit comments