You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use a self coded windows application, using cefsharp (chromium browser engine) to call url and do some object removals.
On every object removed (does not matter if it is the same picture or many different pictures), RAM usage rises until OOM.
(the RAM usage rising is also replicated via regular Browser (Edge) and therefore not related to cefsharp usage)
Aug 16 22:33:12 srv-inpaint systemd[1]: iopaint.service: A process of this unit has been killed by the OOM killer.
Aug 16 22:33:13 srv-inpaint systemd[1]: iopaint.service: Main process exited, code=killed, status=9/KILL
Aug 16 22:33:13 srv-inpaint systemd[1]: iopaint.service: Failed with result 'oom-kill'.
Aug 16 22:33:13 srv-inpaint systemd[1]: iopaint.service: Consumed 16min 11.494s CPU time.
Aug 18 20:27:44 srv-inpaint systemd[1]: iopaint.service: Main process exited, code=killed, status=9/KILL
Aug 18 20:27:44 srv-inpaint systemd[1]: iopaint.service: Failed with result 'signal'.
Aug 18 20:27:44 srv-inpaint systemd[1]: iopaint.service: Consumed 4min 29.309s CPU time.
Aug 18 20:27:45 srv-inpaint systemd[1]: iopaint.service: Scheduled restart job, restart counter is at 5.
Aug 18 20:27:45 srv-inpaint systemd[1]: Stopped IOPaint.
Aug 18 20:27:45 srv-inpaint systemd[1]: iopaint.service: Consumed 4min 29.309s CPU time.
Aug 18 20:27:45 srv-inpaint systemd[1]: Started IOPaint.
System Info
Platform: Linux-6.8.12-1-pve-x86_64-with-glibc2.35
Software version used
iopaint: 1.3.3
pytorch: 2.4.0
CUDA: CPU only
The text was updated successfully, but these errors were encountered:
It seems to be solved by giving the VM more RAM. Mine now has 4GB and now this issue does not occur anymore. Maybe this minimal requiremnets should be statet in some documetation?
Model
lama
Describe the bug
installed via pip.
made a systemd service to run it on my Ubunut 22.04 LXC.
use a self coded windows application, using cefsharp (chromium browser engine) to call url and do some object removals.
On every object removed (does not matter if it is the same picture or many different pictures), RAM usage rises until OOM.
(the RAM usage rising is also replicated via regular Browser (Edge) and therefore not related to cefsharp usage)
System Info
Platform: Linux-6.8.12-1-pve-x86_64-with-glibc2.35
Software version used
The text was updated successfully, but these errors were encountered: