Summary
<--- Last few GCs --->
[276570:0x1149d000] 36524038 ms: Mark-Compact 2026.3 (2080.7) -> 2010.3 (2080.7) MB, pooled: 6 MB, 1343.99 / 0.91 ms (average mu = 0.130, current mu = 0.084) task; scavenge might not succeed
[276570:0x1149d000] 36525157 ms: Mark-Compact 2025.1 (2080.7) -> 2010.1 (2080.9) MB, pooled: 6 MB, 1051.01 / 1.27 ms (average mu = 0.099, current mu = 0.061) task; scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
1: 0xe40d24 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [node]
2: 0x1216be0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node]
3: 0x1216eb7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node]
4: 0x1444875 [node]
5: 0x14448a3 [node]
6: 0x145d97a [node]
7: 0x1460b48 [node]
8: 0x1cc69b1 [node]
Aborted (core dumped)
Expected Behavior
i think it should not get closed during an conversation and performing task
Actual Behavior
gets closed
Steps to reproduce the issue
using the cli for some time and it happened
Command Code Version
0.28.1
Operating System
Linux
Terminal/IDE
Linux default terminal
Shell
bash
Additional context
No response
Summary
<--- Last few GCs --->
[276570:0x1149d000] 36524038 ms: Mark-Compact 2026.3 (2080.7) -> 2010.3 (2080.7) MB, pooled: 6 MB, 1343.99 / 0.91 ms (average mu = 0.130, current mu = 0.084) task; scavenge might not succeed
[276570:0x1149d000] 36525157 ms: Mark-Compact 2025.1 (2080.7) -> 2010.1 (2080.9) MB, pooled: 6 MB, 1051.01 / 1.27 ms (average mu = 0.099, current mu = 0.061) task; scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
1: 0xe40d24 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [node]
2: 0x1216be0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node]
3: 0x1216eb7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node]
4: 0x1444875 [node]
5: 0x14448a3 [node]
6: 0x145d97a [node]
7: 0x1460b48 [node]
8: 0x1cc69b1 [node]
Aborted (core dumped)
Expected Behavior
i think it should not get closed during an conversation and performing task
Actual Behavior
gets closed
Steps to reproduce the issue
using the cli for some time and it happened
Command Code Version
0.28.1
Operating System
Linux
Terminal/IDE
Linux default terminal
Shell
bash
Additional context
No response