1 # CSQL System Configuration File
3 # Page size. Each database is logically divided into pages and allocation happens
4 # in this unit of pages. Increasing this value will reduce frequent allocation of pages.
7 #Total number of active transactions that can run concurrently in the system
10 #Total number of client process which can connect and work with the
11 # database concurrently
14 #Total number of threads in a process which can connect and work with the
15 # database concurrently
18 # Maximum size of the system database.
19 MAX_SYS_DB_SIZE=1048576
21 #Maximum size of the user database file.
24 #Shared memory key to be used by the system to create and locate system database.
27 #Shared memory key to be used by the system to create and locate user database.
30 #Give full path for the log file where important system actions are stored.
33 #The virtual memory start address at which the shared memory segment
34 # will be created and attached.
37 #Lock timeout interval seconds
39 MUTEX_TIMEOUT_USECS=10