Home
last modified time | relevance | path

Searched refs:SOFT_HEAP_LIMIT (Results 1 – 3 of 3) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DKnobs.h160 int64_t SOFT_HEAP_LIMIT; variable
H A DKnobs.cpp194 init( SOFT_HEAP_LIMIT, 300e6 ); in ServerKnobs()
H A DKeyValueStoreSQLite.actor.cpp1890 …sqlite3_soft_heap_limit64( SERVER_KNOBS->SOFT_HEAP_LIMIT ); // SOMEDAY: Is this a performance iss… in KeyValueStoreSQLite()