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