How to edit nixpacks?
It has node and bun in the setup step, which might be why this particular service is using more memory than others.
6 Replies
Project ID:
f26997e0-f8ab-4824-9201-bbd74ee79c35
f26997e0-f8ab-4824-9201-bbd74ee79c35
Forgot to even post the question lol
How can I remove node from the setup step it’s unused
Never mind, but new question; can I specify bun version type
In my railway.json
there are lots of dependencies that still need node, so nixpacks includes node by default, bun is still used for building and running your app.
through it looks like you may have that misconfigured because you are both building and running your app in the start command
@0xJah check out the nixpacks.toml configuration file. Here are the docs https://nixpacks.com/docs/configuration/file
Configuration File Reference | Nixpacks
App source + Nix packages + Docker = Image
Could this cause increased memory usage
no