diff --git a/xCAT-server/share/xcat/tools/createdb.sql b/xCAT-server/share/xcat/tools/createdb.sql index 27cdaca5c..3b977ecc4 100755 --- a/xCAT-server/share/xcat/tools/createdb.sql +++ b/xCAT-server/share/xcat/tools/createdb.sql @@ -24,3 +24,7 @@ update db cfg for xcatdb using STAT_HEAP_SZ AUTOMATIC; update db cfg for xcatdb using DFT_PREFETCH_SZ AUTOMATIC; update db cfg for xcatdb using MAXAPPLS AUTOMATIC; update db cfg for xcatdb using AVG_APPLS AUTOMATIC; +update db cfg for xcatdb using LOGBUFSZ 98; +update db cfg for xcatdb using LOGFILSIZ 10024; +update db cfg for xcatdb using LOGPRIMARY 10; +update db cfg for xcatdb using LOGSECOND 20;