add LL DBM setup
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7040 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
5b35504606
commit
583d784e1f
8
xCAT-server/share/xcat/tools/updateDBM.sql
Executable file
8
xCAT-server/share/xcat/tools/updateDBM.sql
Executable file
@ -0,0 +1,8 @@
|
||||
update dbm cfg using MON_HEAP_SZ AUTOMATIC;
|
||||
update dbm cfg using INSTANCE_MEMORY AUTOMATIC;
|
||||
update dbm cfg using NUM_POOLAGENTS AUTOMATIC;
|
||||
update dbm cfg using MAX_COORDAGENTS AUTOMATIC;
|
||||
update dbm cfg using MAX_CONNECTIONS AUTOMATIC;
|
||||
update dbm cfg using FENCED_POOL AUTOMATIC;
|
||||
update dbm cfg using FCM_NUM_BUFFERS AUTOMATIC;
|
||||
update dbm cfg using FCM_NUM_CHANNELS AUTOMATIC;
|
Loading…
Reference in New Issue
Block a user