8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Changed the default page cache size for Classic, as discussed in fb-devel.

This commit is contained in:
dimitr 2010-04-08 04:15:08 +00:00
parent 848f51fd83
commit 63babe1492
2 changed files with 2 additions and 2 deletions

View File

@ -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.
#

View File

@ -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