-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
memoryLimit doesn't work in for tag #776
Labels
Comments
I ran some debug in the library and this code is the root cause:
Should we add some check here? |
Yes we already have cpu and mem limit mechanism in place, but not yet applied here. |
harttle
added a commit
that referenced
this issue
Dec 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey
This code will cause memory allocation failure. This will also break the playground.
Please check and tell me if there's any way to fix this!
Thank you!
The text was updated successfully, but these errors were encountered: