Hey team.

I've been following the conversations around pointer compression and the 
memory usage caps that this feature imposes on v8. I compile my own V8 to 
use in an embedded context. What is the current state of affairs of memory 
limits in V8, and to what extent can I disable, increase, or workaround 
them? What GN compile-time flags should I be setting? I'm currently on V8 
11.6. I target only Windows 10+ and Ubuntu 18.04+. I used to set run-time 
flag "--max-old-space-size" but that doesn't seem to do what it used to do.

My existing compile flags are as follows:

treat_warnings_as_errors=false
v8_enable_i18n_support=false
v8_monolithic=true
is_component_build=false
use_custom_libcxx=false
is_clang=false
v8_use_external_startup_data=false

Thanks in advance!
Ben

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/acda4b3c-bf8d-4247-8b3b-1e5fc6de8efen%40googlegroups.com.

Reply via email to