2022-11-03 09:08:21 +01:00
|
|
|
# Parameters specific to 3.x SuperServer
|
|
|
|
########################################
|
|
|
|
|
|
|
|
ServerMode = Super
|
|
|
|
|
|
|
|
# Increased 11.04.2021 after discuss with dimitr
|
2022-12-06 07:29:05 +01:00
|
|
|
# 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
|
2022-11-03 09:08:21 +01:00
|
|
|
|
2022-12-06 07:29:05 +01:00
|
|
|
|
|
|
|
# Common for all connections in SS:
|
|
|
|
#
|
2022-11-03 09:08:21 +01:00
|
|
|
# Increased 11.04.2021 after discuss with dimitr
|
|
|
|
# See e-mail pz@ibase.ru, 11-apr-2021.
|
2022-12-06 07:29:05 +01:00
|
|
|
#
|
2022-11-03 09:08:21 +01:00
|
|
|
TempCacheLimit = 1G
|
|
|
|
|
|
|
|
# Parameters for tests which must use XNET/WNET
|
|
|
|
# connection protocols (rather than INET one):
|
|
|
|
IpcName = xnet_fb3x_ss
|
|
|
|
RemotePipeName = wnet_fb3x_ss
|
|
|
|
|