Skip to content

Memory Leak Fix

Latest
Compare
Choose a tag to compare
@cocktailpeanut cocktailpeanut released this 17 Sep 15:03

Previously when you shut down Pinokio before shutting down apps, some of the remaining app processes may stick around, causing issues such as:

  1. Keep consuming memory even when they all should be shut down
  2. Sometimes you get "uvicorn" related errors saying the process is still running (This is because when you closed Pinokio last time, the uvicorn server inside pinokio kept sticking around even though it should have been shut down along with Pinokio)
  3. Sometimes you can't delete folders because the folders are locked. All because the process associated with those folders are still running

Basically this update is a critical fix if you want to use Pinokio in a stable way. No other features have been touched, just this bug fixed, so no reason not to upgrade.