mirror of
https://git.hush.is/hush/hush3.git
synced 2025-12-11 00:07:33 -05:00
559 B
559 B
In-memory caches
The size of some in-memory caches can be reduced. As caches trade off memory usage for performance, usually reducing these have a negative effect on performance.
-dbcache=<n>- the UTXO database cache size, this defaults to450(100before 1.0.15). The unit is MiB (where 1 GiB = 1024 MiB).- The minimum value for
-dbcacheis 4. - A lower dbcache make initial sync time much longer. After the initial sync, the effect is less pronounced for most use-cases, unless fast validation of blocks is important such as for mining.
- The minimum value for