Increase quiesce tokens array size
16 is too less, push it to 256 Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
This commit is contained in:
parent
bca47dc291
commit
568af4b578
|
@ -11,7 +11,7 @@
|
|||
\ ****************************************************************************/
|
||||
|
||||
|
||||
10 CONSTANT quiesce-xt#
|
||||
100 CONSTANT quiesce-xt#
|
||||
|
||||
\ The array with the quiesce execution tokens:
|
||||
CREATE quiesce-xts quiesce-xt# cells allot
|
||||
|
|
Loading…
Reference in New Issue