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

Set a memory limit on quickjs #4

Closed
simonw opened this issue Mar 9, 2024 · 0 comments
Closed

Set a memory limit on quickjs #4

simonw opened this issue Mar 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Contributor

simonw commented Mar 9, 2024

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

@simonw simonw added the enhancement New feature or request label Mar 9, 2024
@simonw simonw closed this as completed in 7557801 Mar 9, 2024
simonw added a commit that referenced this issue Mar 9, 2024
simonw added a commit that referenced this issue Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant