• 1 Post
  • 70 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle


  • It happens* because your OS is dumping the app from active memory to run other apps and when fetching the app again, the internal consistency is lost and the app reloads to avoid data corruption.

    *Likely. iOS is closed source so I can’t be sure, but that’s the most likely explanation given the architecture.

    It can happen on any iOS version, but newer versions likely consume more memory and this happens more often.














  • I could see this being a use case for a NixOS deployment where your company manages the configuration file and versioning of the system, as well as providing support. Over time, I’d you’re diligent about building documentation based off of each support request, you’ll end up with a personalized guide. And if your customer decides take a break or quit entirely, they have a configured system that doesn’t lock them in into something too esoteric.

    Disclaimer: I only know of Nix, never used it because I just don’t manage that many machines to be worth my while to learn it.