Skip to content

Commit 8c044b8

Browse files
committed
docs: fix Electron RAM usage figure to 500 MB–1.5 GB
1 parent 43cafd3 commit 8c044b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ On macOS, Nucleus speaks Cocoa. On Windows, it speaks Win32 and WinRT. On Linux,
3030
### Performance at every level
3131

3232
- **~0.5s cold start** with GraalVM native image, **~1.5s** with AOT cache (Project Leyden) — faster than most Electron apps even after they've been "optimized"
33-
- **100–150 MB RAM** as a native image vs. **300+ MB** for a typical Electron app doing the same job
33+
- **100–150 MB RAM** as a native image vs. **500 MB–1.5 GB** for a typical Electron app doing the same job
3434
- **No garbage collection pauses visible to the user** — the JVM's G1/ZGC collectors are decades ahead of anything in the browser runtime world
3535
- **Full JIT compilation** when running on the JVM — hot paths get optimized at runtime, something a static binary can never do
3636

0 commit comments

Comments
 (0)