CollaboraOnline / richdocumentscode

Built-in CODE Server app
https://apps.nextcloud.com/apps/richdocumentscode
Apache License 2.0
111 stars 26 forks source link

Memory requirements are outdated #264

Open Sommerwiesel opened 3 months ago

Sommerwiesel commented 3 months ago

Hello, I'm currently testing the memory footprint collabora has on my server.

In your system requirenments you list the memory requirements as follows: 1 GB RAM + 100 MB RAM / user

However, on my server, using the docker image, the container usually idles around max 500 MiB with each user adding a maximum of 10MiB to the memory load.

This is the memory load with 15 test users and 15 (different) test files: NAME CPU% MEM MEM% collabora 12.36% 565MiB / 2GiB 27.59%

I think you can vastly reduce the system requirements in your readme, i.e.: 512 MiB RAM + 20 MiB RAM / user

Cheers, Marvin