CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/06/02 01:21:14
Modified files:
www/node : Makefile
www/node/patches: patch-deps_v8_src_heap_cc
Added files:
www/node/patches: patch-deps_v8_src_platform-posix_cc
patch-deps_v8_src_platform_h
Log message:
Instead of reserving 32MB of virtual memory let's reserve the quarter of
RLIMIT_DATA (ulimit -d) if RLIMIT_DATA is not 0 (unlimited).
If RLIMIT_DATA is 0 then the default 512MB reservation will be used.
Using 32MB made v8 use less memory for sure but it was a huge performance
loss too.