I joined Lemmy back in 2020 and have been using it as @qaz@lemmy.ml until somewhere in 2023 when I switched to lemmy.world. I’m interested in systemd/Linux, FOSS, and Selfhosting.

  • 6 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle



  • qaz@lemmy.worldOPtoProgrammer Humor@programming.devPeak security
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    22 days ago

    A standard Docker container with a NodeJS/PHP/Python app is usually around 200-300 MB (yes really), the OpenJDK JVM is around a hundred MB, but a fully statically compiled rust binary that doesn’t even depend on libc is just a couple MB and can be deployed as a tiny distroless Docker container.

    It’s a lot heavier than your 8kb C++ executable but it’s nothing compared to what is required to deploy anything else.