Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Buy Me A Coffee

Nyrna

Suspend games and applications.

Nyrna interface

Similar to the incredibly useful sleep/suspend function found in consoles like the Nintendo Switch and Sony PlayStation; suspend your game (and its resource usage) at any time, and resume whenever you wish - at the push of a button.

Nyrna can be used to suspend normal, non-game applications as well. For example:

  • 3D renders
  • video encoding
  • software compilation

The CPU and GPU resources are being used by said task - maybe for hours - when you would like to use the system for something else. With Nyrna you can suspend that program, freeing up the resources (excluding RAM) until the process is resumed, without losing where you were - like the middle of a long job, or a gaming session between save points.

Nyrna works on Linux with X11 and Microsoft Windows (tested on Windows 10).

Nyrna Website

Disclaimer

I have not had any issues using Nyrna, however keep in mind it is possible something could go wrong with an application while suspended. So please remember to always save your work and games.

FAQ

Can I suspend to disk so that I can restore after reboot / free up RAM usage / etc?

Unfortunately no. CRIU looks very promising to allow us to do this (on Linux), however it does not currently support suspending GUI applications.

Compiling

See COMPILING