- 增大js内存

command_line->AppendSwitchWithValue("js-flags", "--max_old_space_size=4096");
command_line->AppendSwitchWithValue("js-flags", "--no-compilation-cache");
command_line->AppendSwitchWithValue("js - flags", "--max-semi-space-size = 64");

你可能感兴趣的:(CEF,c++)