In the browser heap we use a "little" V8 instance for the Proxy PAC code. Right now, it gets tuned with the same heap parameters as the renderers. But I'd like to tweak it way down because the amount of JS work that it does is small.
However, using the command line options doesn't seem to work - if I use the --new_space_size and --old_space_size flags to tweak down the browser process' sizes, V8 crashes. I believe this is because you can't use the command line options with snapshotting. Is this true? If so - is there a way we can use different heap sizes and still use snapshotting? Thanks, Mike --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
