fix(ql3): stream sparse process logs within exact byte quotas

This commit is contained in:
whyour
2026-09-04 05:32:25 +08:00
parent ed4ba9b817
commit efb7379fa9
10 changed files with 287 additions and 12 deletions
@@ -12,7 +12,7 @@ import {
} from './localProcessIdentity';
export const BUNDLED_LOCAL_PROCESS_LAUNCHER_SHA256 =
'db4342ea57f8f7f19e385e204889ac03e97a2f82f42b01f2e59291be4b569153';
'96653ca2b788f9a85fc3313fdf1b33b3482c121fd92b6344b26510e48a1d9804';
export const MAX_LOCAL_PROCESS_ENVIRONMENT_ENTRIES = 256;
export const MAX_LOCAL_PROCESS_ENVIRONMENT_BYTES = 64 * 1024;
export const MAX_LOCAL_PROCESS_ARGUMENTS = 256;