Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: fix for high CPU and memory usage #918

Closed

Conversation

aadi-1024
Copy link

WIP!!

I further narrowed down the problem in #916 and turns out it only occurs when you have a Mount with "/" prefix and are trying to access an endpoint that does not exist, i.e. it should return 404. Instead it goes into an infinite loop and just keeps on increasing the memory and CPU usage.

This is my first time with such a project and I'm having quite the trouble getting hang of the codebase; while this does work it breaks a few tests related to URL Params. A bit of help would be really appreciated.

@aadi-1024
Copy link
Author

sorry, started working recently, cant find time and motivation for this

@aadi-1024 aadi-1024 closed this Jun 28, 2024
@VojtechVitek
Copy link
Contributor

Thanks @aadi-1024

@aadi-1024
Copy link
Author

sorry I wasn't any help!

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.

None yet

2 participants