Stopping an Application Instance

Stop an application instance in whatever manner is recommended for the application you are running.

Memory Machine cannot provide a universal way to shut down any application.

You can shut down a process tree by finding the PID of the instance's root process and sending a SIGTERM or SIGKILL (command line kill or kill -9, respectively). MemVerge recommends you do this only if there is no way to "gracefully" shut down an application process.