mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Removed configs related to FB 2.5.x
This commit is contained in:
parent
9738ad53b3
commit
3202793cf0
@ -1,32 +0,0 @@
|
||||
#
|
||||
# Common parameters for all 2.5.x architectures.
|
||||
#
|
||||
################################################
|
||||
|
||||
# Parameter BugCheckAbort must be 1 to allow dumps be saved when FB crashes.
|
||||
# Crashes will be intercepted by WER if registry has following key and parameters:
|
||||
# HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\fb_inet_server.exe\
|
||||
# Parameter 'DumpType', type: DWORD, value: 2
|
||||
# Parameter 'DumpFolder', type: EXPAND_SZ, value: directory for storing dumps
|
||||
# Parameter 'DumpCount', type: DWORD, value: at least 3.
|
||||
#
|
||||
# Also, following must present in the registry to disable any pop-up window when program crashes:
|
||||
# key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\
|
||||
# parameter: 'DontShowUI', type: DWORD, value: 2
|
||||
#
|
||||
BugCheckAbort = 1
|
||||
|
||||
FileSystemCacheThreshold = 10000000
|
||||
|
||||
# See parameter 'PORT_FOR_LISTENING' in QA_rundaily.conf
|
||||
#
|
||||
RemoteServicePort = !PORT_FOR_LISTENING!
|
||||
|
||||
# See parameter 'TEMP_DIR' in QA_rundaily.conf
|
||||
#
|
||||
TempDirectories=!TEMP_DIR!
|
||||
|
||||
ExternalFileAccess = Full
|
||||
|
||||
MaxUnflushedWrites = -1
|
||||
MaxUnflushedWriteTime = -1
|
@ -1,11 +0,0 @@
|
||||
# Parameters specific to 2.5.x Classsic:
|
||||
########################################
|
||||
|
||||
DefaultDBCachePages = 2048
|
||||
TempCacheLimit = 67108864
|
||||
|
||||
# Parameters for tests which must use XNET/WNET
|
||||
# connection protocols (rather than INET one):
|
||||
IpcName = xnet_fb25x_cs
|
||||
RemotePipeName = wnet_fb25x_cs
|
||||
|
@ -1,12 +0,0 @@
|
||||
# Parameters specific to 2.5.x SuperClassic
|
||||
###########################################
|
||||
DefaultDBCachePages = 2048
|
||||
|
||||
# Common for all connections in SC:
|
||||
#
|
||||
TempCacheLimit = 536870912
|
||||
|
||||
# Parameters for tests which must use XNET/WNET
|
||||
# connection protocols (rather than INET one):
|
||||
IpcName = xnet_fb25x_sc
|
||||
RemotePipeName = wnet_fb25x_sc
|
@ -1,13 +0,0 @@
|
||||
# Parameters specific to 2.5.x SuperServer
|
||||
##########################################
|
||||
DefaultDBCachePages = 50000
|
||||
|
||||
# Common for all connections in SS:
|
||||
#
|
||||
TempCacheLimit = 536870912
|
||||
|
||||
# Parameters for tests which must use XNET/WNET
|
||||
# connection protocols (rather than INET one):
|
||||
IpcName = xnet_fb25x_ss
|
||||
RemotePipeName = wnet_fb25x_ss
|
||||
|
Loading…
Reference in New Issue
Block a user