8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Increase page cache for security DB - difference is negligible from RAM usage POV but reported to increase performance of security DB operations

This commit is contained in:
AlexPeshkoff 2019-01-09 18:56:32 +03:00
parent 99ca7f061f
commit 2279f67d74

View File

@ -27,7 +27,7 @@ employee = $(dir_sampleDb)/employee.fdb
security.db = $(dir_secDb)/security4.fdb
{
RemoteAccess = false
DefaultDbCachePages = 50
DefaultDbCachePages = 256
}
#