MCPcopy Create free account
hub / github.com/bytedance/bolt / enableDynamicConcurrencyAdjustment

Method enableDynamicConcurrencyAdjustment

bolt/core/QueryConfig.h:1718–1720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1716
1717 int64_t localShufflePoolSize() const {
1718 return get<int64_t>(kLocalShufflePoolSize, 1024);
1719 }
1720
1721 int32_t parquetRepDefMemoryLimit() const {
1722 return get<int32_t>(kParquetRepDefMemoryLimit, 128UL << 20);
1723 }

Callers 2

createMethod · 0.80
terminateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected