fix: totalMemoryKB set 32G
This commit is contained in:
parent
3afbb9e6b1
commit
d4c95697da
|
@ -30,7 +30,7 @@ class TDTestCase(TBase):
|
|||
updatecfgDict = {
|
||||
'queryMaxConcurrentTables': '2K',
|
||||
'streamMax': '1M',
|
||||
'totalMemoryKB': '1G',
|
||||
'totalMemoryKB': '32G',
|
||||
'streamMax': '1P',
|
||||
'streamBufferSize':'1T',
|
||||
'slowLogScope':"query"
|
||||
|
|
Loading…
Reference in New Issue