Unusually high memory usage
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 175
- Forks
- 17
- Avg merge
- 5h 26m
- Merged PRs (30d)
- 5
Description
Summary
Memory usage of the development server spawned by marko-run keeps increasing with each hot reload as the source files are changed and even when the source files remains unchanged.
Environment
@marko/run: 0.9.3
marko: 6.0.0
vite: 7.2.4
bun: 1.3.x
node: v22.x
Reproduction Steps
- Create a project with
bunx @marko/create - Run the dev server
bun run dev - Edit any file under
/src/routes - Observe the memory usage of the
nodebinary
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue using the listed @marko/create and bun run dev steps, then trace the development server's hot-reload path in @marko/run. Done means repeated edits under /src/routes, including unchanged files, no longer cause steadily increasing memory usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100