gianni-rosato / aviator

A lightweight, Flatpak-first, easy-to-use GUI utility for encoding with SVT-AV1 & Opus.
GNU General Public License v3.0
156 stars 14 forks source link

(Suggestion) Add RAM limit option #38

Open databoose opened 1 year ago

databoose commented 1 year ago

Hello, on some encodes i make with this software, my RAM caps out and my system locks up, i think it would be a good feature to be able to add a RAM limit, if it is possible with ffmpeg.

francoism90 commented 8 months ago

@databoose Could you please try this?

https://github.com/BlueBubblesApp/bluebubbles-app/issues/2577#issuecomment-1821802606

It seems to work for me:

systemctl --user --force edit app-flatpak-net.natesales.Aviator-.scope

I have limited my CPU:

[Scope]
CPUQuota=800%

It seems you need to set higher numbers, on multi-core, <100 values don't seem to work.