mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 10:30:58 +02:00
fix(tool): increase buffer size for kconfig server
This commit is contained in:
@@ -368,7 +368,7 @@ class RunTool:
|
||||
p = await asyncio.create_subprocess_exec(
|
||||
*cmd,
|
||||
env=env_copy,
|
||||
limit=1024 * 256,
|
||||
limit=1024 * 1024,
|
||||
cwd=self.cwd,
|
||||
stdout=asyncio.subprocess.PIPE,
|
||||
stderr=asyncio.subprocess.PIPE,
|
||||
|
Reference in New Issue
Block a user