Rust Rocket app high memory usage with no requests
Hey all,
I'm new to rust, creating my first rust app. After deploying my app for the first time, it began with 2.4gb of ram used which has slowly been falling. Currently the app just has a rocket framework to recieve requests, but I haven't been sending any. Any ideas?
Project ID: 97a7ae0e-5e14-49ea-b3a7-09a036763180
Monorepo (ace is the app): https://github.com/ItsGoldeneyes/rusty-bs
Graph is over a time period of just over 1 day. Started at 2.4gb, now at 450mb
4 Replies
deploying from the included docker image
Redeployed an hour ago and I'm seeing identical behaviour
bump
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I figured it out, thanks
my issue was that I wasn't
cargo build
ing before cargo run
ing
Like I said, brand new to rustUnknown User•2y ago
Message Not Public
Sign In & Join Server To View