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/threads which can connect and work with the
11 # database concurrently
14 # Maximum size of the system database.
15 MAX_SYS_DB_SIZE=1048576
17 #Maximum size of the user database file.
20 #Shared memory key to be used by the system to create and locate system database.
23 #Shared memory key to be used by the system to create and locate user database.
26 #Give full path for the log file where important system actions are stored.
29 #The virtual memory start address at which the shared memory segment
30 # will be created and attached.
33 #Lock timeout interval seconds
35 MUTEX_TIMEOUT_USECS=10