Aldehyde Outage (January 23誠鉉)

Aldehyde Outage (January 23誠鉉)

Multiple issues are combined.

2.3.0 useSyncExternalStore Bug

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

and Build Errors

On 's side:

text
16:49:17.136    ✔ Server: Compiled successfully in 3.74m
16:50:22.579    Segmentation fault
16:50:22.595    Failed: build command exited with code: 139
16:50:23.859    Failed: an internal error occurred

On 's Side:

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

Why..? I changed no config

123AA1

Investigating RAM Options. Supported a ticket to

text
--max-old-space-size=4096

Did not help.

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

8FBB85

Configuring and with the following argument fixed the problem!

text
--max-old-space-size=8192

-- Nope. Did not solve the problem.

695A13

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

Backlinks4