mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Changed the default page cache size for Classic, as discussed in fb-devel.
This commit is contained in:
parent
848f51fd83
commit
63babe1492
@ -200,7 +200,7 @@
|
||||
# in cache at once. If you increase this value, the engine will
|
||||
# allocate more pages to the cache for every database. By default, the
|
||||
# SuperServer allocates 2048 pages for each database and the classic
|
||||
# allocates 75 pages per client connection per database.
|
||||
# allocates 256 pages per client connection per database.
|
||||
#
|
||||
# Per-database configurable.
|
||||
#
|
||||
|
@ -144,7 +144,7 @@ const Config::ConfigEntry Config::entries[MAX_CONFIG_KEY] =
|
||||
#ifdef SUPERSERVER
|
||||
{TYPE_INTEGER, "DefaultDbCachePages", (ConfigValue) 2048}, // pages
|
||||
#else
|
||||
{TYPE_INTEGER, "DefaultDbCachePages", (ConfigValue) 75}, // pages
|
||||
{TYPE_INTEGER, "DefaultDbCachePages", (ConfigValue) 256}, // pages
|
||||
#endif
|
||||
{TYPE_INTEGER, "ConnectionTimeout", (ConfigValue) 180}, // seconds
|
||||
{TYPE_INTEGER, "DummyPacketInterval", (ConfigValue) 0}, // seconds
|
||||
|
Loading…
Reference in New Issue
Block a user