Skip to content

Conversation

@shreyakash24
Copy link
Contributor

Fixes #711

Changes made

Prevented redundant in-memory CRE graph reloads, reducing CPU usage from ~99% to ~15% of graph-dependent operations by reusing a single initialized graph per runtime.

Before change:-
image

After change:-
image

@northdpole
Copy link
Collaborator

thank you for this, if you sign your commits we can then merge

@shreyakash24
Copy link
Contributor Author

thank you for this, if you sign your commits we can then merge

I’ve signed the commits and updated the PR. Please let me know if anything else is needed.

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.

Repeated in-memory CRE graph reloads spike CPU usage

2 participants