Skip to content

Commit

Permalink
[patch] fix conflicting DB config (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-sreedhara authored Nov 20, 2024
1 parent 5c595c1 commit 5668f33
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ db2_configs:
LOGSECOND: '156'
LOGFILSIZ: '32768'
LOGARCHMETH1: 'DISK:/mnt/bludata0/db2/archive_log/'
MIRRORLOGPATH: '/mnt/backup/MIRRORLOGPATH'
MIRRORLOGPATH: '/mnt/backup'
STMT_CONC: 'LITERALS'
DDL_CONSTRAINT_DEF: 'YES'
TRACKMOD: 'YES'
Expand All @@ -41,8 +41,6 @@ db2_configs:
AUTO_REORG: 'OFF'
AUTO_DB_BACKUP: 'OFF'
WLM_ADMISSION_CTRL: 'NO'
SHEAPTHRES_SHR: 'automatic'
SORTHEAP: 'automatic'
AUTHN_CACHE_USERS: '100'
AUTHN_CACHE_DURATION: '10'
instance:
Expand Down

0 comments on commit 5668f33

Please sign in to comment.