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
while
.fill()
import { VM } from 'vm2'; const vm = new VM({ timeout: 5000, }); const result = await vm.run(`while (true) {new BigInt64Array(1000000000).fill(100000000n)}`);
This will be runned infinitelly, without any timeouts, and process will use huge amount of ram.
VM2: 3.9.10 Node: 18.7.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This will be runned infinitelly, without any timeouts, and process will use huge amount of ram.
Versions
VM2: 3.9.10
Node: 18.7.0
The text was updated successfully, but these errors were encountered: