1 messages · Page 1 of 1 (latest)
e.g.
export NODE_OPTIONS='--max_old_space_size=81920' && bun run index.ts
no but if you want to force a ram size
you can set
BUN_JSC_forceRAMSize=number
as an environment variable?
what's the default value for that and max it can take?
its automatically set
uint64 max
yes