$ ./bitcoin-0.15.1/bin/bitcoind --version
Bitcoin Core Daemon version v0.15.1
Copyright (C) 2009-2017 The Bitcoin Core developers
$ cat .bitcoin/bitcoin.conf | grep dbcache
dbcache=8000
debug.log reflects the correct amount:
2017-11-29 17:26:04 * Using 7990.0MiB for in-memory UTXO set (plus up to 286.1MiB of unused mempool space)
However, the UI does not:

Both Bitcoin-Qt and bitcoind log the correct amount, only Bitcoin-Qt UI reports 450 MB instead of 8 GB.
I tried to start it with -dbcache=8000, it still shows 450 MB.
- Ubuntu 17.10 x64
- Bitcoin 0.15.1 downloaded from bitcoincore.org


