Two memory issues from the last two weeks
bitemyapp.com·51w
Preview
Report Post

Okay maybe they don’t qualify as actual memory bugs, but they were annoying and had memory as a common theme. One of them by itself doesn’t merit a blog post so I bundled them together.

Two?

Yeah. Here’s the list:

  • Migrating a Rust application from Centos 7 to Ubuntu 22.04 significantly increased memory consumption
  • Rust Leptos app had steadily increasing memory consumption on the backend and would OOM every so often

Migrating a Rust application from Centos 7 to Ubuntu 22.04 significantly increased memory consumption

Awhile back I was testing a Rust application I had written that principally consumed data from a high-throughput Kafka topic (~300 TiB/day uncompressed) in production and I decided to try using Ubuntu as the base for the Docker containers I was deploying to…

Similar Posts

Loading similar posts...