Check if the user's system will support in increased dbcache
The risk of increasing dbcache too much is creating system instability and rolling blocks, so need to understand this issue better before making a change.
For example, if a user's system has 16GB and there are 6GB of RAM free, setting dbcache to 2 GB shouldn't be a problem. But if the user's system has 16GB and there are 2 GB free, setting dbcache to 2 GB will cause problems.
Check if the user's system will support in increased dbcache
The risk of increasing dbcache too much is creating system instability and rolling blocks, so need to understand this issue better before making a change.
For example, if a user's system has 16GB and there are 6GB of RAM free, setting dbcache to 2 GB shouldn't be a problem. But if the user's system has 16GB and there are 2 GB free, setting dbcache to 2 GB will cause problems.