Skip to content

High RAM usage #55

@lnlyssg

Description

@lnlyssg

I'm not sure if this is expected but doku seems to use a lot of memory. I couldn't find any issues for this but it seems to be fairly high no matter the machine, I'm running it on four different Ubuntu servers and it's using at least 1GB on all of them. See below collected docker stats output for each of these machines:

CONTAINER ID   NAME                    CPU %     MEM USAGE / LIMIT     MEM %     NET I/O           BLOCK I/O         PIDS
774965304f80   doku                    0.13%     2.11GiB / 15.49GiB    13.62%    232kB / 2.08MB    327GB / 4.16GB    14
32dd33d66d03   doku                    0.34%     1.036GiB / 7.581GiB   13.67%    9.4MB / 726B      875MB / 364MB     8
f0926d41ca4e   doku                    0.12%     1.058GiB / 11.65GiB   9.08%     2.41kB / 126B     349MB / 116MB     8
6ebdd86046d8   doku                    0.14%     1.267GiB / 5.768GiB   21.97%    5kB / 126B        533MB / 91.9MB    8

My compose file is fairly basic:

  doku:
    image: amerkurev/doku:latest
    container_name: doku
    restart: unless-stopped
    ports:
      - 9090:9090
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock:ro
      - /:/hostroot:ro

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions