double size of transaction log

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9566 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-05-11 11:57:49 +00:00
parent bd88c433f9
commit d35ced25c8

View File

@ -25,6 +25,6 @@ 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 LOGFILSIZ 20048;
update db cfg for xcatdb using LOGPRIMARY 10;
update db cfg for xcatdb using LOGSECOND 20;