컴퓨트로늄
컴퓨트로늄

컴퓨트로늄

컴퓨트로늄 컴퓨트로늄

Backlinks (0)

No backlinks found.

260407
260407

260407

AutoBuilder

Backlinks (0)

No backlinks found.

Aldehyde Outage (January 23誠鉉)
Aldehyde Outage (January 23誠鉉)

Aldehyde Outage (January 23誠鉉)

Multiple issues are combined.

Docusaurus 2.3.0 useSyncExternalStore Bug

Using Tabs will break with React 18 and Docusaurus v2.3 · Issue #8592 · facebook/docusaurus

Vercel and Cloudflare Build Errors

On Cloudflare's side:

16:49:17.136    ✔ Server: Compiled successfully in 3.74m16:50:22.579    Segmentation fault16:50:22.595    Failed: build command exited with code: 13916:50:23.859    Failed: an internal error occurred

On Vercel's Side:

[success] [webpackbar] Server: Compiled successfully in 3.49mError: Command "yarn run build" exited with 129

Why..? I changed no config

123AA1

230129

Investigating RAM Options. Supported a ticket to Cloudflare

--max-old-space-size=4096

Did not help.

OH FIGURED IT OUT. It was because of insufficient RAM. When Docusaurus seals the assets (at the end of the build cycle), the RAM usage spikes to ~4.5 GB.

8FBB85

Configuring Cloudflare Pages and Vercel with the following argument fixed the problem!

--max-old-space-size=8192

-- Nope. Did not solve the problem.

695A13

So I ended up using Cloudflare Wrangler to build on my device and then sending the build result to Cloudflare. Anyways, the issue seems to be resolved.

Backlinks (4)
  • Migrating Project Aldehyde to FlightControl (February 24誠鉉)
  • 230130
  • 230129
  • 230127
Index
cho.sh
I prefer CLIBB9A08260619260619컴퓨트로늄37A88F컴퓨트로늄0CF03F컴퓨트로늄2C60FB260618260618260418260418260528260528AutoBuilder63849A260419260419Setup9AC296StellaD226F7260415260415Debian SetupD2F701260414260414anaclumos/configs/AGENTS.mdED86A3Ramp의 AX (회사를 AI로 물들이는 법)840774260413260413How to get your company AI pilled46544C260411260411260409260409260407260407260406260406Separating Claude Code Personal Sub and Claude Code Company Sub33A53C
Warning
This post is more than a year old. Information may be outdated.
16:49:17.136    ✔ Server: Compiled successfully in 3.74m16:50:22.579    Segmentation fault16:50:22.595    Failed: build command exited with code: 13916:50:23.859    Failed: an internal error occurred
[success] [webpackbar] Server: Compiled successfully in 3.49mError: Command "yarn run build" exited with 129
--max-old-space-size=4096
--max-old-space-size=8192