I have a kind of weird bug which is probably some misconfiguration on my side. When running my Tanstack Start app the memory usage grows over time until it exceeds the limit, crashes and then restarts ...
├── app/ # Next.js app directory │ ├── layout.tsx # Root layout │ └── page.tsx # Home page ├── components/ # React components │ └── ui/ # Reusable UI components ├── hooks/ # Custom React hooks │ └── ...