The size profile (--v8-lite-mode) disables JIT and uses V8's lite mode for smaller binary size. This hasn't been fully tested.
No known failures at this stage, but the resulting libnode.so will have significantly different performance characteristics:
- No JIT compilation
- Lower RAM usage
- Slower JS execution (3-10x depending on workload)
This profile is intended for memory-constrained environments.
The
sizeprofile (--v8-lite-mode) disables JIT and uses V8's lite mode for smaller binary size. This hasn't been fully tested.No known failures at this stage, but the resulting
libnode.sowill have significantly different performance characteristics:This profile is intended for memory-constrained environments.