To find your database configuration parameters, see the yaml path:
spec.environment.database.dbConfig. Under the key dbConfig, you
can add, edit, or delete a key-value pair. Values must be enclosed in quotation marks.
For
example, setting the parameter LOGPRIMARY to 50 for the database
BLUDB would appear as follows:
spec:
environment:
database:
dbConfig:
LOGPRIMARY: "50"
name: BLUDB
For more information on the parameters, see Database configuration parameters in the Db2
Warehouse
documentation.
To find your database manager configuration parameters, see the yaml path:
spec.environment.instance.dbmConfig.Under the key dbmConfig,
you can add, edit, or delete a key-value pair. Values must be enclosed in quotation marks. For
example, setting the parameter DIAGSIZE to 50 would appear as
follows:
spec:
environment:
instance:
dbmConfig:
DIAGSIZE: "100"
For more information on the parameters, see Database manager configuration parameters in Db2
Warehouse documentation.
Registry configuration parameters are found under the yaml path:
spec.environment.instance.registry.Under the key registry, you
can add, edit, or delete a key-value pair. Values must be enclosed in quotation marks. For example,
setting the parameter DB2_DISPATCHER_PEEKTIMEOUT to 5 would appear as
follows:
spec:
environment:
instance:
registry:
DB2_DISPATCHER_PEEKTIMEOUT: "5"
For more information on the parameters, see Registry and environment variables in the Db2
Warehouse
documentation.