fix: raise update build heap · openclaw/openclaw@af632f4
steipete
·
2026-05-12
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1118,7 +1118,7 @@ describe("runGatewayUpdate", () => {
|
1118 | 1118 | |
1119 | 1119 | expect(result.status).toBe("ok"); |
1120 | 1120 | expect(buildNodeOptions).toHaveLength(2); |
1121 | | -expect(buildNodeOptions).toEqual(["--max-old-space-size=4096", "--max-old-space-size=4096"]); |
| 1121 | +expect(buildNodeOptions).toEqual(["--max-old-space-size=8192", "--max-old-space-size=8192"]); |
1122 | 1122 | }); |
1123 | 1123 | it("pins dev updates to an explicit target ref when requested", async () => { |
1124 | 1124 | await setupGitPackageManagerFixture(); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。