Add DB configuration options based on input from BlueGene

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9597 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-05-13 15:04:49 +00:00
parent d6174432d2
commit 88a5b91be4

View File

@ -28,3 +28,6 @@ update db cfg for xcatdb using LOGBUFSZ 98;
update db cfg for xcatdb using LOGFILSIZ 20048;
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;
update db cfg for xcatdb using AUTO_TBL_MAINT ON;
update db cfg for xcatdb using AUTO_MAINT ON;