Radarr: Restarting Radarr from WebUI causes high CPU usage

Created on 11 Aug 2019  路  3Comments  路  Source: Radarr/Radarr

Describe the bug
When manually restarting Radarr from the Web interface, the Radarr process begins consuming high amounts of CPU resources until the service is either manually restarted from the command line or the system is rebooted.

To Reproduce
Steps to reproduce the behavior:

  1. Load the Radarr Web interface
  2. Click on 'System' and then 'restart'
  3. Observe server CPU usage via htop
  4. See high CPU usage by Radarr indefinitely

Expected behavior
Radarr restarts and goes back to idle CPU usage

Desktop (please complete the following information):

  • OS: Ubuntu Server 18.04.2
  • Mono Version: 6.0.0.319 (tarball Fri Aug 9 16:23:57 UTC 2019)
  • Version: 0.2.0.1358

Debug Logs

19-8-11 09:51:27.1|Info|LifecycleService|Restart requested.
19-8-11 09:51:30.8|Debug|ProcessProvider|Found 0 processes with the name: Radarr.Console
19-8-11 09:51:31.5|Debug|ProcessProvider|Found 2 processes with the name: Radarr
19-8-11 09:51:31.5|Debug|ProcessProvider| - [31660] Radarr
19-8-11 09:51:31.5|Debug|ProcessProvider| - [31466] mono-sgen
19-8-11 09:51:31.8|Info|SingleInstancePolicy|1 instance(s) of Radarr are running
19-8-11 09:51:31.8|Warn|SingleInstancePolicy|Another instance of Radarr is already running.
19-8-11 09:51:31.8|Debug|BrowserService|non-interactive runtime. Won't attempt to open browser.
19-8-11 09:51:31.8|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
19-8-11 09:52:30.3|Debug|ProcessProvider|Found 0 processes with the name: Radarr.Console
19-8-11 09:52:31.0|Debug|ProcessProvider|Found 2 processes with the name: Radarr
19-8-11 09:52:31.0|Debug|ProcessProvider| - [31677] Radarr
19-8-11 09:52:31.0|Debug|ProcessProvider| - [31466] mono-sgen
19-8-11 09:52:31.3|Info|SingleInstancePolicy|1 instance(s) of Radarr are running
19-8-11 09:52:31.3|Warn|SingleInstancePolicy|Another instance of Radarr is already running.
19-8-11 09:52:31.3|Debug|BrowserService|non-interactive runtime. Won't attempt to open browser.
19-8-11 09:52:31.3|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
19-8-11 09:52:53.1|Debug|ProcessProvider|Found 0 processes with the name: Radarr.Console
19-8-11 09:52:53.7|Debug|ProcessProvider|Found 2 processes with the name: Radarr
19-8-11 09:52:53.7|Debug|ProcessProvider| - [31694] Radarr
19-8-11 09:52:53.7|Debug|ProcessProvider| - [31466] mono-sgen
19-8-11 09:52:54.1|Info|SingleInstancePolicy|1 instance(s) of Radarr are running
19-8-11 09:52:54.1|Warn|SingleInstancePolicy|Another instance of Radarr is already running.
19-8-11 09:52:54.1|Debug|BrowserService|non-interactive runtime. Won't attempt to open browser.
19-8-11 09:52:54.1|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
support

Most helpful comment

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

All 3 comments

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

You're probably running this w/ a systemd service file, right? You probably just don't want to use the restart in the UI. If you have systemd setup one way, it'll probably lose track of the process. If you have it setup another way, it'll probably try to restart it itself. You probably want something like Restart=always and then from the UI, just shutdown instead and systemd will start it up.

We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please hop over onto our Discord or Subreddit

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jipjan picture jipjan  路  3Comments

feerlessleadr picture feerlessleadr  路  3Comments

davidbonnici1984 picture davidbonnici1984  路  4Comments

Rouzax picture Rouzax  路  3Comments

jurpeedurp picture jurpeedurp  路  3Comments