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:
parent
99ca7f061f
commit
2279f67d74
@ -27,7 +27,7 @@ employee = $(dir_sampleDb)/employee.fdb
|
||||
security.db = $(dir_secDb)/security4.fdb
|
||||
{
|
||||
RemoteAccess = false
|
||||
DefaultDbCachePages = 50
|
||||
DefaultDbCachePages = 256
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user