Skip to content

Conversation

@FranklinChen
Copy link
Member

  • Integrate psutil and resource modules to track per-worker memory usage
  • Monitor RSS start/end/peak memory consumption for each processing task
  • Add real-time memory availability display in progress bar with low memory warnings
  • Implement adaptive worker scheduling based on available system memory
  • Estimate memory requirements per file and throttle new workers when low on memory
  • Display detailed memory usage statistics per file when verbose mode is enabled
  • Normalize captured output handling to prevent console interleaving issues
  • Add memory-aware progress tracking with color-coded status indicators

- Integrate psutil and resource modules to track per-worker memory usage
- Monitor RSS start/end/peak memory consumption for each processing task
- Add real-time memory availability display in progress bar with low memory warnings
- Implement adaptive worker scheduling based on available system memory
- Estimate memory requirements per file and throttle new workers when low on memory
- Display detailed memory usage statistics per file when verbose mode is enabled
- Normalize captured output handling to prevent console interleaving issues
- Add memory-aware progress tracking with color-coded status indicators
Copilot AI review requested due to automatic review settings January 14, 2026 00:07
@FranklinChen FranklinChen removed their assignment Jan 14, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

2 participants