Skip to content

[$30 BOUNTY] [Python] Fix HighMemoryUsage alert ratio expression - #20

Open
liujin11112 wants to merge 1 commit into
weilixiong:mainfrom
liujin11112:fix/memory-alert-only
Open

[$30 BOUNTY] [Python] Fix HighMemoryUsage alert ratio expression#20
liujin11112 wants to merge 1 commit into
weilixiong:mainfrom
liujin11112:fix/memory-alert-only

Conversation

@liujin11112

Copy link
Copy Markdown

Summary

Fixes HighMemoryUsage alert self-division bug. Single file change, zero noise.

  • Before: process_resident_memory_bytes / process_resident_memory_bytes > 0.9 (always triggers!)
  • After: (process_resident_memory_bytes / 1073741824) > 0.9

@liujin11112

Copy link
Copy Markdown
Author

Hi, ready for review. Payment via PayPal, USDT, or BTC. Thanks!

@liujin11112

Copy link
Copy Markdown
Author

Hi, just checking in on this PR. Is there anything else needed from my side to move this forward? The code changes + tests are ready. Happy to make any adjustments. Thanks!

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