• 2 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2023

help-circle










  • because AbstractTransactionAwarePersistenceManagerFactoryProxyBean needs to spin up 32 electron instances (one for each thread) to ensure scalability and robustness and then WelcomeSolutionStrategyExecutor needs to parse 300 megabytes of javascript to facilitate rendering the “welcome” screen








  • sus@programming.devtolinuxmemes@lemmy.worldYou should
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    7 months ago

    You don’t really have to kill every process, limiting spawning of new usermode processes after a limit has been reached should be enough, combine that with a warning and always reserving enouh resources for the kernel and critically important processes to remain working and the user should have all the tools needed to find what is causing the issue and kill the responsible processes

    While nobody really cares enough to fix these kinds of problems for your basic home computer, I think this problem is mostly solved for cloud/virtualization providers