From 2deae9bd224a8b082a58bfd9ec0013a1acdbfda8 Mon Sep 17 00:00:00 2001 From: Brian Mendonca Date: Fri, 6 Mar 2026 11:08:21 -0700 Subject: [PATCH] chore: initialize issue #38236 tracking branch --- automation/issue-38236.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 automation/issue-38236.md diff --git a/automation/issue-38236.md b/automation/issue-38236.md new file mode 100644 index 000000000000..b8dc8cd2fdf7 --- /dev/null +++ b/automation/issue-38236.md @@ -0,0 +1,7 @@ +# Issue 38236 Tracking + +- Source issue: https://github.com/openclaw/openclaw/issues/38236 +- Title: Bug: Browser processes not cleaned up after automation tasks + +## Extracted Description +Browser automation can leave zombie Chrome renderer processes that accumulate CPU/memory usage; issue requests lifecycle cleanup on completion/session end/startup and idle timeout safeguards. \ No newline at end of file