CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/06/02 01:22:12
Modified files:
www/chromium : Makefile
www/chromium/patches: patch-base_base_paths_linux_cc
patch-v8_src_heap_cc
Added files:
www/chromium/patches: patch-v8_src_platform-posix_cc
patch-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.