From b11eb35de7b94a8fec2d6fb795fceb929b043a17 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Wed, 1 Jul 2026 09:25:00 +0200 Subject: [PATCH] add LIGHTPANDA_DISABLE_CORE_DUMP desc into README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1a91e9b3a..6114ebf03 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,10 @@ A skill is available in [lightpanda-io/agent-skill](https://github.com/lightpand By default, Lightpanda collects and sends usage telemetry. This can be disabled by setting an environment variable `LIGHTPANDA_DISABLE_TELEMETRY=true`. You can read Lightpanda's privacy policy at: [https://lightpanda.io/privacy-policy](https://lightpanda.io/privacy-policy). +### Core dumps + +Set `LIGHTPANDA_DISABLE_CORE_DUMP` (to any value) to suppress crash core dumps by zeroing the soft `RLIMIT_CORE` at startup. + ## Status Lightpanda is in Beta and currently a work in progress. Stability and coverage are improving and many websites now work.