We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found some code that hangs QuickJS by using too much memory. Can fix this with:
f3.set_memory_limit(4 * 1024 * 1024) # 4MB
Investigated here: https://chat.openai.com/share/02157b35-2c23-42a0-88f8-8b758ca37810
The text was updated successfully, but these errors were encountered:
7557801
Release 0.1a1
28b2f63
Refs #4
Remove debug code I added in #4
2a5d64f
No branches or pull requests
I found some code that hangs QuickJS by using too much memory. Can fix this with:
Investigated here: https://chat.openai.com/share/02157b35-2c23-42a0-88f8-8b758ca37810
The text was updated successfully, but these errors were encountered: