Customize Server configuration

The ONCONFIG file is used by the database server during initialization to setup the data store server. Use the customConfig helm chart configuration parameter to specify ONCONFIG parameters. It can be configured as follows. With parameters that are not unique specify a number after the parameter as seen below with BUFFERPOOL# .
onedb: 
    customconfig: 
          MULTIPROCESSOR: “1” 
          BUFFERPOOL1: “size=8k,buffers=50000,lrus=8,lru_min_dirty=50,lru_max_dirty=60.5” 
          BUFFERPOOL2: “size=2k,buffers=200000,lrus=8,lru_min_dirty=50,lru_max_dirty=60.5” 
          LOGSIZE: “10000”