You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, I have noticed a strange issue where javascript runs out of memory. I noticed it started happening in my CLI script when I switched to TSX. I can confirm this is TSX as this happens if I just run tsx to get the REPL and wait about 10-15 seconds.
Stack trace if that helps at all:
Run tsx to get the REPL or on a file that stays open (e.g. with a timeout/promise)
Environment
- Node version 20.0.0
- Linux machine, for reference I am getting this on `Linux Mint 21 x86_64` with the `6.0.9-060009-generic` kernel.
System:
OS: Linux 6.0 Linux Mint 21 (Vanessa)
CPU: (16) x64 AMD Ryzen 7 7700X 8-Core Processor
Memory: 24.44 GB / 30.51 GB
Container: Yes
Shell: 5.1.16 - /bin/bash
Binaries:
Node: 20.0.0 - ~/.nvm/versions/node/v20.0.0/bin/node
npm: 9.6.5 - ~/.nvm/versions/node/v20.0.0/bin/npm
Can you work on a fix?
I’m interested in opening a pull request to address this issue.
The text was updated successfully, but these errors were encountered:
Bug description
Hi guys, I have noticed a strange issue where javascript runs out of memory. I noticed it started happening in my CLI script when I switched to TSX. I can confirm this is TSX as this happens if I just run
tsx
to get the REPL and wait about 10-15 seconds.Stack trace if that helps at all:
Reproduction
tsx
to get the REPL or on a file that stays open (e.g. with a timeout/promise)Environment
Can you work on a fix?
The text was updated successfully, but these errors were encountered: