Coder Social home page Coder Social logo

Comments (10)

alextran1502 avatar alextran1502 commented on May 12, 2024

Can you monitor with docker stats to see how much CPU/RAM immich_postgres is pulling?

If I remember correctly, you are running on Ubuntu Server 20.04, correct?

from immich.

HowWof avatar HowWof commented on May 12, 2024

67% to 93% of the processor.
RAM Consumption 2.7 GB swap 500 MB
You remember the system correctly

from immich.

alextran1502 avatar alextran1502 commented on May 12, 2024

Is this behavior happening during idle or during the backup process?

from immich.

HowWof avatar HowWof commented on May 12, 2024

During idle time

from immich.

alextran1502 avatar alextran1502 commented on May 12, 2024

Interesting, I am seeing mine at 0% during idle. Let me investigate this.

What is your docker and docker-compose version?

from immich.

HowWof avatar HowWof commented on May 12, 2024

Docker version 20.10.14, build a224086
docker-compose version 1.29.2, build 5becea4c
OS: Ubuntu 20.04.4 LTS x86_64

from immich.

Eidenz avatar Eidenz commented on May 12, 2024

The exact same issue happened to me today. 99% CPU on idle from postgres.

Docker version 20.10.14
Docker-compose version 1.29.2, build 5becea4c
OS: Ubuntu 20.04.4 LTS x64

from immich.

alextran1502 avatar alextran1502 commented on May 12, 2024

@Eidenz Can you access to the database container with

docker exec -it immich_postgres psql -U postgres

then

select * from pg_stat_activity WHERE state='active';

And let me know the output?

from immich.

HowWof avatar HowWof commented on May 12, 2024

docker exec -it immich_postgres psql -U postgres
give:
psql (14.2 (Debian 14.2-1.pgdg110+1))
Type "help" for help.
select * from pg_stat_activity WHERE state='active';
give:
LINE 1: docker exec -it immich_postgres psql -U postgres
^

from immich.

alextran1502 avatar alextran1502 commented on May 12, 2024

Is this issue still relevant?

from immich.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.