mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Adjusted firebird configs according to recent discussion with Alex. Added HQ-specific parameters to HQ configs.
This commit is contained in:
parent
89515d5503
commit
9738ad53b3
@ -6,7 +6,7 @@ DefaultDBCachePages = 2048
|
||||
|
||||
# Common for all connections in SC:
|
||||
#
|
||||
TempCacheLimit = 512K
|
||||
TempCacheLimit = 1G
|
||||
|
||||
# Parameters for tests which must use XNET/WNET
|
||||
# connection protocols (rather than INET one):
|
||||
|
@ -3,14 +3,23 @@
|
||||
|
||||
ServerMode = Super
|
||||
|
||||
# Increased 11.04.2021 after discuss with dimitr
|
||||
# See mailbox pz@ibase.ru, 11-apr-2021.
|
||||
# DefaultDBCachePages = 100K
|
||||
|
||||
# Reduced 06.12.2022 otherwise dumps will have
|
||||
# too big size and will be rotated too frequent.
|
||||
# Discussed with Alex
|
||||
# See mailbox p519446@yandex.ru, 16-nov-2022
|
||||
#
|
||||
DefaultDBCachePages = 10K
|
||||
|
||||
|
||||
# Common for all connections in SS:
|
||||
#
|
||||
# Increased 11.04.2021 after discuss with dimitr
|
||||
# See e-mail pz@ibase.ru, 11-apr-2021.
|
||||
DefaultDBCachePages = 100K
|
||||
|
||||
# Increased 11.04.2021 after discuss with dimitr
|
||||
# See e-mail pz@ibase.ru, 11-apr-2021.
|
||||
#
|
||||
TempCacheLimit = 1G
|
||||
|
||||
# Parameters for tests which must use XNET/WNET
|
||||
|
@ -6,7 +6,7 @@ DefaultDBCachePages = 2048
|
||||
|
||||
# Common for all connections in SC:
|
||||
#
|
||||
TempCacheLimit = 512K
|
||||
TempCacheLimit = 1G
|
||||
|
||||
# Parameters for tests which must use XNET/WNET
|
||||
# connection protocols (rather than INET one):
|
||||
|
@ -3,14 +3,23 @@
|
||||
|
||||
ServerMode = Super
|
||||
|
||||
# Increased 11.04.2021 after discuss with dimitr
|
||||
# See mailbox pz@ibase.ru, 11-apr-2021.
|
||||
# DefaultDBCachePages = 100K
|
||||
|
||||
# Reduced 06.12.2022 otherwise dumps will have
|
||||
# too big size and will be rotated too frequent.
|
||||
# Discussed with Alex
|
||||
# See mailbox p519446@yandex.ru, 16-nov-2022
|
||||
#
|
||||
DefaultDBCachePages = 10K
|
||||
|
||||
|
||||
# Common for all connections in SS:
|
||||
#
|
||||
# Increased 11.04.2021 after discuss with dimitr
|
||||
# See e-mail pz@ibase.ru, 11-apr-2021.
|
||||
DefaultDBCachePages = 100K
|
||||
|
||||
# Increased 11.04.2021 after discuss with dimitr
|
||||
# See e-mail pz@ibase.ru, 11-apr-2021.
|
||||
#
|
||||
TempCacheLimit = 1G
|
||||
|
||||
# Parameters for tests which must use XNET/WNET
|
||||
|
@ -6,7 +6,7 @@ DefaultDBCachePages = 2048
|
||||
|
||||
# Common for all connections in SC:
|
||||
#
|
||||
TempCacheLimit = 512K
|
||||
TempCacheLimit = 1G
|
||||
|
||||
# Parameters for tests which must use XNET/WNET
|
||||
# connection protocols (rather than INET one):
|
||||
|
@ -3,14 +3,23 @@
|
||||
|
||||
ServerMode = Super
|
||||
|
||||
# Increased 11.04.2021 after discuss with dimitr
|
||||
# See mailbox pz@ibase.ru, 11-apr-2021.
|
||||
# DefaultDBCachePages = 100K
|
||||
|
||||
# Reduced 06.12.2022 otherwise dumps will have
|
||||
# too big size and will be rotated too frequent.
|
||||
# Discussed with Alex
|
||||
# See mailbox p519446@yandex.ru, 16-nov-2022
|
||||
#
|
||||
DefaultDBCachePages = 10K
|
||||
|
||||
|
||||
# Common for all connections in SS:
|
||||
#
|
||||
# Increased 11.04.2021 after discuss with dimitr
|
||||
# See e-mail pz@ibase.ru, 11-apr-2021.
|
||||
DefaultDBCachePages = 100K
|
||||
|
||||
# Increased 11.04.2021 after discuss with dimitr
|
||||
# See e-mail pz@ibase.ru, 11-apr-2021.
|
||||
#
|
||||
TempCacheLimit = 1G
|
||||
|
||||
# Parameters for tests which must use XNET/WNET
|
||||
|
@ -25,7 +25,6 @@ FileSystemCacheThreshold = 99999K
|
||||
# Encryption demo plugin was supplied by IBSurgeon, see !ENCRYPTION_PLUGIN_FOLDER!
|
||||
#
|
||||
WireCrypt = Enabled
|
||||
KeyHolderPlugin = KeyHolder
|
||||
|
||||
MaxUnflushedWrites = -1
|
||||
MaxUnflushedWriteTime = -1
|
||||
@ -52,15 +51,25 @@ AuthClient = Srp, Srp256, Win_Sspi, Legacy_Auth
|
||||
AuthServer = Srp, Srp256, Win_Sspi, Legacy_Auth
|
||||
UserManager = Srp, Legacy_UserManager
|
||||
|
||||
SortDataStorageThreshold = -1
|
||||
SortDataStorageThreshold = 4096
|
||||
TempSpaceLogThreshold = 0
|
||||
|
||||
ExtConnPoolLifeTime = 10
|
||||
ExtConnPoolSize = 10
|
||||
|
||||
HQbirdVersionString = 1
|
||||
DSQLCacheSize = 0
|
||||
|
||||
LegacyDatabaseFileId = true
|
||||
ParallelWorkers = 1
|
||||
MaxParallelWorkers = 1
|
||||
ClearGTTAtRetaining = 1
|
||||
|
||||
ParallelWorkers = 1
|
||||
MaxParallelWorkers = 2
|
||||
|
||||
DSQLCacheSize = 0
|
||||
MaxTempBlobs = 1000
|
||||
BlobTempSpace = 0
|
||||
|
||||
# NB: this parameter had default value = TRUE
|
||||
# before feb-2022 (builds 33560 earlier).
|
||||
#
|
||||
LeftJoinConversion = false
|
||||
|
@ -6,7 +6,7 @@ DefaultDBCachePages = 2048
|
||||
|
||||
# Common for all connections in SC:
|
||||
#
|
||||
TempCacheLimit = 512K
|
||||
TempCacheLimit = 1G
|
||||
|
||||
# Parameters for tests which must use XNET/WNET
|
||||
# connection protocols (rather than INET one):
|
||||
|
@ -2,11 +2,25 @@
|
||||
################################################
|
||||
|
||||
ServerMode = Super
|
||||
DefaultDBCachePages = 50000
|
||||
|
||||
# Increased 11.04.2021 after discuss with dimitr
|
||||
# See mailbox pz@ibase.ru, 11-apr-2021.
|
||||
# DefaultDBCachePages = 100K
|
||||
|
||||
# Reduced 06.12.2022 otherwise dumps will have
|
||||
# too big size and will be rotated too frequent.
|
||||
# Discussed with Alex
|
||||
# See mailbox p519446@yandex.ru, 16-nov-2022
|
||||
#
|
||||
DefaultDBCachePages = 10K
|
||||
|
||||
|
||||
# Common for all connections in SS:
|
||||
#
|
||||
TempCacheLimit = 512K
|
||||
# Increased 11.04.2021 after discuss with dimitr
|
||||
# See e-mail pz@ibase.ru, 11-apr-2021.
|
||||
#
|
||||
TempCacheLimit = 1G
|
||||
|
||||
# Parameters for tests which must use XNET/WNET
|
||||
# connection protocols (rather than INET one):
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Common parameters for all HQbird 3.x ServerMode.
|
||||
# Common parameters for all HQbird 4.x ServerMode.
|
||||
#
|
||||
##################################################
|
||||
|
||||
@ -25,7 +25,6 @@ FileSystemCacheThreshold = 99999K
|
||||
# Encryption demo plugin was supplied by IBSurgeon, see !ENCRYPTION_PLUGIN_FOLDER!
|
||||
#
|
||||
WireCrypt = Enabled
|
||||
KeyHolderPlugin = KeyHolder
|
||||
|
||||
MaxUnflushedWrites = -1
|
||||
MaxUnflushedWriteTime = -1
|
||||
@ -52,15 +51,21 @@ AuthClient = Srp, Srp256, Win_Sspi, Legacy_Auth
|
||||
AuthServer = Srp, Srp256, Win_Sspi, Legacy_Auth
|
||||
UserManager = Srp, Legacy_UserManager
|
||||
|
||||
SortDataStorageThreshold = -1
|
||||
SortDataStorageThreshold = 4096
|
||||
TempSpaceLogThreshold = 0
|
||||
|
||||
ExtConnPoolLifeTime = 10
|
||||
ExtConnPoolSize = 10
|
||||
|
||||
HQbirdVersionString = 1
|
||||
DSQLCacheSize = 0
|
||||
|
||||
LegacyDatabaseFileId = true
|
||||
ParallelWorkers = 1
|
||||
MaxParallelWorkers = 1
|
||||
ClearGTTAtRetaining = 1
|
||||
|
||||
ParallelWorkers = 1
|
||||
MaxParallelWorkers = 2
|
||||
|
||||
DSQLCacheSize = 0
|
||||
MaxTempBlobs = 1000
|
||||
BlobTempSpace = 1
|
||||
LeftJoinConversion = false
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Parameters specific to HQbird 3.x Classic
|
||||
# Parameters specific to HQbird 4.x Classic
|
||||
###########################################
|
||||
|
||||
ServerMode = Classic
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Parameters specific to HQbird 3.x SuperClassic:
|
||||
# Parameters specific to HQbird 4.x SuperClassic:
|
||||
#################################################
|
||||
|
||||
ServerMode = SuperClassic
|
||||
@ -6,7 +6,7 @@ DefaultDBCachePages = 2048
|
||||
|
||||
# Common for all connections in SC:
|
||||
#
|
||||
TempCacheLimit = 512K
|
||||
TempCacheLimit = 1G
|
||||
|
||||
# Parameters for tests which must use XNET/WNET
|
||||
# connection protocols (rather than INET one):
|
||||
|
@ -1,12 +1,26 @@
|
||||
# Parameters specific to HQbird 3.x SuperServer:
|
||||
# Parameters specific to HQbird 4.x SuperServer:
|
||||
################################################
|
||||
|
||||
ServerMode = Super
|
||||
DefaultDBCachePages = 10000
|
||||
|
||||
# Increased 11.04.2021 after discuss with dimitr
|
||||
# See mailbox pz@ibase.ru, 11-apr-2021.
|
||||
# DefaultDBCachePages = 100K
|
||||
|
||||
# Reduced 06.12.2022 otherwise dumps will have
|
||||
# too big size and will be rotated too frequent.
|
||||
# Discussed with Alex
|
||||
# See mailbox p519446@yandex.ru, 16-nov-2022
|
||||
#
|
||||
DefaultDBCachePages = 10K
|
||||
|
||||
|
||||
# Common for all connections in SS:
|
||||
#
|
||||
TempCacheLimit = 512K
|
||||
# Increased 11.04.2021 after discuss with dimitr
|
||||
# See e-mail pz@ibase.ru, 11-apr-2021.
|
||||
#
|
||||
TempCacheLimit = 1G
|
||||
|
||||
# Parameters for tests which must use XNET/WNET
|
||||
# connection protocols (rather than INET one):
|
||||
|
Loading…
Reference in New Issue
Block a user