• 3 Posts
  • 1.02K Comments
Joined 2 年前
cake
Cake day: 2023年6月14日

help-circle



  • Probably because people are lazy and won’t clean the filters, and after a few months they wouldn’t have any airflow. Without the filter you still get dust, hair, etc, but it takes longer to get to the point where the computer is overheating for those people who do zero maintenance.

    It’s kind of like how some gas lawn mowers are being sold with “lifetime” oil that doesn’t need to be changed. It’s not better, unless you’re the kind of person who wouldn’t do any maintenance anyway.









  • Besides RAM, what resources do you think you’re saving? Not CPU cycles or IO ops, because you’re processing the same amount of DB queries either way. Not power consumption, since that isn’t affected by RAM utilization. Maybe disc space? But that’s even cheaper than RAM.

    Or more importantly: the extent to which you can self-host out of sheer luck and ignorance like you suggest is very limited. If you don’t want to engage with a minimum amount of configuration, you might bump into security issues (a much broader and complex subject) long before any of the above has a material impact.

    You’re mischaracterizing what I said. My point is that running multiple DB processes on a server isn’t going to have a significant impact on system load, if all other factor are kept constant.


  • You seem to be obsessed with optimising one resource at the expense of others. Time is a limited resource, and even if it only takes 5 minutes to configure all of your containers to share a single db backend (it will take longer than that even if you just have 2), you’re only going to save a few MB of RAM. And since RAM costs roughly $2.5/GB (0.25 cents/MB) your time would have to be worth very little for this to be worthwhile.

    On the other hand, if you’re doing it to learn more about computers then it might be worthwhile. This is a community of hobbiests, after all…