Dynamically alter the underlying leveldb cache size.

Synopsis

Declared in <txdb.h>

[[requires_capability(0x7fbc8ed1ad08, 0x7fbc8ed1adb8), requires_capability(0x7fbc94ae07d8, 0x7fbc94ae0888), requires_capability(0x7fbc86634738, 0x7fbc866347e8), requires_capability(0x7fbca51e3b78, 0x7fbca51e3c28), requires_capability(0x7fbca1cb7c58, 0x7fbca1cb7d08), requires_capability(0x7fbc9db13da8, 0x7fbc9db13e58)]]
void
ResizeCache(size_t new_cache_size);

Parameters

Name

Description

new_cache_size

The new cache size in bytes.

Created with MrDocs