fix: totalMemoryKB set 32G

This commit is contained in:
Alex Duan 2025-02-22 18:28:12 +08:00
parent 3afbb9e6b1
commit d4c95697da
1 changed files with 1 additions and 1 deletions

View File

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