diff --git a/xCAT-server/share/xcat/tools/createdb.sql b/xCAT-server/share/xcat/tools/createdb.sql index 96d57f9ea..1d6d69ce9 100755 --- a/xCAT-server/share/xcat/tools/createdb.sql +++ b/xCAT-server/share/xcat/tools/createdb.sql @@ -31,3 +31,4 @@ update db cfg for xcatdb using LOGSECOND 20; update db cfg for xcatdb using AUTO_RUNSTATS ON; update db cfg for xcatdb using AUTO_TBL_MAINT ON; update db cfg for xcatdb using AUTO_MAINT ON; +update db cfg for xcatdb using CATALOGCACHE_SZ 100;