filebrowser icon indicating copy to clipboard operation
filebrowser copied to clipboard

the cpu rise continuously

Open MurphyDoe0815 opened this issue 2 years ago • 4 comments

the docker container in proxmox makes the cpu rise continuously from 1-5% it is a constant up and down stopping the container makes the cpu rest

MurphyDoe0815 avatar Jun 11 '22 05:06 MurphyDoe0815

Are you sure that no one accesses the service at that time? It might be caused by the thumbnails/preview creation

o1egl avatar Jun 11 '22 23:06 o1egl

100%! The service is not online at the moment and I was alone in the network. The only guess is that a scan is continuously taking place. At least that's what it looks like. It constantly swings up and down from 1-5% of the processor load, but the previous versions had the same problem. (Proxmox 7.x + Intel I5)

MurphyDoe0815 avatar Jun 12 '22 05:06 MurphyDoe0815

Filebrowser doesn't do any background scans

o1egl avatar Jun 13 '22 11:06 o1egl

That's not what I meant to say. I haven't noticed anything like that either. It could have been that the programme keeps searching for "new files"? Filebrowser without Docker is without problems.

MurphyDoe0815 avatar Jun 13 '22 15:06 MurphyDoe0815

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Aug 31 '22 02:08 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Sep 05 '22 02:09 github-actions[bot]

I've noticed this too. in sar -u 1 50 this is binary runing CopyQ hdAypn this is docker runing CopyQ APcaAU

Aqaao avatar Nov 21 '22 09:11 Aqaao

Try disabling healthcheck for your container

services:
  filebrowser:
    image: filebrowser/filebrowser
    ...
    healthcheck:
      disable: true

kazykenov avatar Feb 15 '23 08:02 kazykenov