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

Method outputBatchMemoryReservationMultiple

bolt/core/QueryConfig.h:1450–1452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1448 }
1449
1450 uint64_t outputBatchMemoryReservationMultiple() const {
1451 return get<uint64_t>(kOutputBatchMemoryReservationMultiple, 8);
1452 }
1453
1454 double memoryPressureWatermarkRatio() const {
1455 return get<double>(kMemoryPressureWatermarkRatio, 0.7);

Callers 2

ensureOutputFitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected