Files
hyperframes/packages
Miguel Ángel c8ed90fa21 fix(engine): use totalmem() instead of freemem() for memory scaling
Addresses review feedback: freemem() is misleading on macOS where
aggressive file caching reports low free memory even on high-spec
machines. Switched to totalmem()-based thresholds consistent with
calculateOptimalWorkers in parallelCoordinator.ts.

Thresholds now based on total RAM:
- <4GB total: GPU=512MB, V8=256MB, cache=32/128MB
- <8GB total: GPU=1024MB, V8=512MB, cache=64/256MB
- >=8GB total: unchanged (4096MB GPU, no V8 cap, 256/1500MB cache)
2026-05-25 15:37:13 -04:00
..
2026-05-25 16:56:50 +00:00
2026-05-25 16:56:50 +00:00
2026-05-25 16:56:50 +00:00
2026-05-25 16:56:50 +00:00
2026-05-25 16:56:50 +00:00
2026-05-25 16:56:50 +00:00
2026-05-25 16:56:50 +00:00