Skip to main content
← Back to list
01Issue
BugTriagedSwamp CLIPublic
Assigneesstack72

Relationships

#1673 Fatal JavaScript out of memory: Ineffective mark-compacts near heap limit

Opened by jesserobbins · 8/16/2026

Description

Running a large data processing job and Fatal OOM.

<--- Last few GCs --->

[53699:0x7a13694000] 15302 ms: Scavenge (during sweeping) 4085.1 (4092.9) -> 4082.5 (4093.4) MB, pooled: 0.0 MB, 2.48 / 0.00 ms (average mu = 0.222, current mu = 0.168) allocation failure; [53699:0x7a13694000] 15696 ms: Incremental Mark-Compact (reduce) 4088.2 (4096.2) -> 4083.0 (4088.4) MB, pooled: 0.0 MB, 371.37 / 0.00 ms (+ 0.1 ms in 90 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 381 ms) (average

Fatal JavaScriptx out of memory: Ineffective mark-compacts near heap limit

==== C stack trace ===============================

0   swamp                               0x0000000103347e14 uv_unref + 13258976
1   swamp                               0x000000010334b7d8 uv_unref + 13273764
2   swamp                               0x0000000103343f28 uv_unref + 13242868
3   swamp                               0x00000001033adce4 uv_unref + 13676464
4   swamp                               0x000000010358fa78 uv_unref + 15650116
5   swamp                               0x000000010358f254 uv_unref + 15648032
6   swamp                               0x000000010358de48 uv_unref + 15642900
7   swamp                               0x000000010350a7f8 uv_unref + 15104708
8   swamp                               0x00000001039767bc uv_unref + 19741320
9   swamp                               0x000000010481f26c uv_unref + 35112248
10  ???                                 0x000000011cb30840 0x0 + 4776462400
11  ???                                 0x000000011cb22d4c 0x0 + 4776406348
12  ???                                 0x000000011cb2fe18 0x0 + 4776459800
13  ???                                 0x000000011cb35490 0x0 + 4776481936
14  ???                                 0x000000011cb2ff40 0x0 + 4776460096
15  ???                                 0x000000011cb22d4c 0x0 + 4776406348
16  ???                                 0x000000011cb2fe18 0x0 + 4776459800
17  ???                                 0x000000011cb35490 0x0 + 4776481936
18  ???                                 0x000000011cb2ff40 0x0 + 4776460096
19  ???                                 0x000000011cb35490 0x0 + 4776481936
20  ???                                 0x000000011cb2ff40 0x0 + 4776460096
21  ???                                 0x000000011cb35490 0x0 + 4776481936
22  ???                                 0x000000011cb2ff40 0x0 + 4776460096
23  ???                                 0x000000011cb35490 0x0 + 4776481936
24  ???                                 0x000000011cb2ff40 0x0 + 4776460096
25  ???                                 0x000000011cb35490 0x0 + 4776481936
26  ???                                 0x000000011cb2ff40 0x0 + 4776460096
27  ???                                 0x000000011cb35490 0x0 + 4776481936
28  ???                                 0x000000011cb2ff40 0x0 + 4776460096
29  ???                                 0x000000011cb22d4c 0x0 + 4776406348
30  ???                                 0x000000011cb2fe18 0x0 + 4776459800
31  ???                                 0x000000011cb35490 0x0 + 4776481936
32  ???                                 0x000000011cb2ff40 0x0 + 4776460096
33  ???                                 0x000000011cb22d4c 0x0 + 4776406348
34  ???                                 0x000000011cb2fe18 0x0 + 4776459800
35  ???                                 0x000000011cb35490 0x0 + 4776481936
36  ???                                 0x000000011cb2ff40 0x0 + 4776460096
37  ???                                 0x000000011ca98748 0x0 + 4775839560
38  ???                                 0x000000011ca6e230 0x0 + 4775666224
39  swamp                               0x00000001047bb40c uv_unref + 34703064
40  ???                                 0x000000011ca975c0 0x0 + 4775835072
41  ???                                 0x000000011cae2828 0x0 + 4776142888
42  swamp                               0x00000001047b8884 uv_unref + 34691920
43  swamp                               0x00000001048a3218 uv_unref + 35652836
44  swamp                               0x00000001047a766c uv_unref + 34621752
45  swamp                               0x0000000104776778 uv_unref + 34421316
46  swamp                               0x00000001034bc340 uv_unref + 14784012
47  swamp                               0x00000001034bcc08 uv_unref + 14786260
48  swamp                               0x00000001034bcd40 uv_unref + 14786572
49  swamp                               0x0000000103508c90 uv_unref + 15097692
50  swamp                               0x0000000103508bc8 uv_unref + 15097492
51  swamp                               0x0000000102301ac0 uv_default_loop + 24428
52  swamp                               0x000000010230054c uv_default_loop + 18936
53  swamp                               0x000000010211b41c uv_free_cpu_info + 4624
54  swamp                               0x00000001021302ec uv_free_cpu_info + 90336
55  swamp                               0x00000001021182d0 swamp + 17104
56  swamp                               0x0000000102123058 uv_free_cpu_info + 36428
57  swamp                               0x0000000102131660 uv_free_cpu_info + 95316
58  swamp                               0x000000010211f138 uv_free_cpu_info + 20268
59  swamp                               0x0000000102133a8c uv_free_cpu_info + 104576
60  dyld                                0x0000000194c63e88 start + 6688

Steps to Reproduce

  1. Run a data processing workflow

Environment

  • swamp version: swamp 20260815.023608.0-sha.a648c130
  • OS: macos 27
  • Shell: zsh

Additional Context

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 5 MOREREVIEW

Triaged

8/16/2026, 8:53:16 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack728/16/2026, 8:50:45 PM
Editable. Press Enter to edit.

stack72 commented 8/17/2026, 8:15:52 PM

Hi @jesserobbins - was it a workflow or a model you were running here? I am trying to track down the critical path to help

Paul

Sign in to post a ripple.