setup logging rotate for datbase logging

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9063 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-03-16 17:32:13 +00:00
parent 73c39d053f
commit c223154044

View File

@ -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;