Skip to content

Limit agent launch IO priority#125

Merged
ovdmar merged 1 commit into
mainfrom
fb-agent-io-limits
Jun 8, 2026
Merged

Limit agent launch IO priority#125
ovdmar merged 1 commit into
mainfrom
fb-agent-io-limits

Conversation

@ovdmar

@ovdmar ovdmar commented Jun 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • Wrap interactive and background agent runtime launches with low-priority ionice -c3 / nice -n 10 when available.
  • Add env knobs to disable or tune the wrapper.
  • Document the new resource-priority settings.

Verification

  • ionice -c3 nice -n 10 pnpm vitest run packages/terminal/src/resource-priority.test.ts packages/terminal/src/pane-lifecycle.test.ts packages/terminal/src/index.test.ts
  • ionice -c3 nice -n 10 pnpm typecheck
  • ionice -c3 nice -n 10 pnpm lint
  • ionice -c3 nice -n 10 pnpm check:arch
  • ionice -c3 nice -n 10 pnpm check:size

@ovdmar ovdmar merged commit d4b43a8 into main Jun 8, 2026
8 of 16 checks passed
@ovdmar ovdmar deleted the fb-agent-io-limits branch June 8, 2026 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant