mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
21 lines
515 B
Plaintext
21 lines
515 B
Plaintext
|
# Parameters specific to 3.x SuperServer
|
||
|
########################################
|
||
|
|
||
|
ServerMode = Super
|
||
|
|
||
|
# 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
|
||
|
# connection protocols (rather than INET one):
|
||
|
IpcName = xnet_fb3x_ss
|
||
|
RemotePipeName = wnet_fb3x_ss
|
||
|
|