From ca268e40aaa253c53015efcfb6dc4a26a944e4b1 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 19 May 2011 15:05:36 +0000 Subject: [PATCH] update transaction log again git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9637 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/createdb.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/tools/createdb.sql b/xCAT-server/share/xcat/tools/createdb.sql index 0d3c430bd..96d57f9ea 100755 --- a/xCAT-server/share/xcat/tools/createdb.sql +++ b/xCAT-server/share/xcat/tools/createdb.sql @@ -25,7 +25,7 @@ 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 20048; +update db cfg for xcatdb using LOGFILSIZ 40048; update db cfg for xcatdb using LOGPRIMARY 10; update db cfg for xcatdb using LOGSECOND 20; update db cfg for xcatdb using AUTO_RUNSTATS ON;