Sets the database cache size.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

bool
SetDatabaseCacheBytes(uint64_t database_cache_bytes);

Return Value

True on success.

Parameters

Name

Description

database_cache_bytes

The cache size in bytes.

Created with MrDocs