kDefaultJsMemoryLimit top-level constant

int const kDefaultJsMemoryLimit

Default QuickJS heap limit for all runtime construction paths.

Implementation

const int kDefaultJsMemoryLimit = 64 * 1024 * 1024;