Yes jsHeapSizeLimit, specified in the console:
> console.memory
MemoryInfo {totalJSHeapSize: 42100000, usedJSHeapSize: 29400000, jsHeapSizeLimit: 1620000000}
calculated from two limits:
size_t MaxReserved() {
return 2 * max_semi_space_size_ + max_old_generation_size_;
}
chromium source
( ) v8:
chromium --js-flags="--max_old_space_size=512 --max_semi_space_size=512"
( --js-flags=--help, .)
, gc , .