8 | +The size of some in-memory caches can be reduced. As caches trade off memory usage for performance, reducing these usually have a negative effect on performance.
9 | +
10 | +- `-dbcache=<n>` - the UTXO database cache size, this defaults to `450` (since 0.14.1). The unit is MiB (1024)
11 | + - Before 0.11.0 the computation here was off, so a factor of about five times more memory was used than specified.
12 | + - The minimum value for `-dbcache` is 4.
13 | + - A lower dbcache makes 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.
Could dbcache word be code-styled i.e. -dbcache?