Skip to content

Commit 9d08ce1

Browse files
committed
readme: add section on how to limit the resource usage of AIO
Signed-off-by: Simon L. <[email protected]>
1 parent ae8a367 commit 9d08ce1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ https://your-domain-that-points-to-this-server.tld:8443
217217
- [How to adjust the internally used docker api version?](#how-to-adjust-the-internally-used-docker-api-version)
218218
- [How to change the default location of Nextcloud's Datadir?](#how-to-change-the-default-location-of-nextclouds-datadir)
219219
- [How to store the files/installation on a separate drive?](#how-to-store-the-filesinstallation-on-a-separate-drive)
220+
- [How to limit the resource usage of AIO?](#how-to-limit-the-resource-usage-of-aio)
220221
- [How to allow the Nextcloud container to access directories on the host?](#how-to-allow-the-nextcloud-container-to-access-directories-on-the-host)
221222
- [How to adjust the Talk port?](#how-to-adjust-the-talk-port)
222223
- [How to adjust the upload limit for Nextcloud?](#how-to-adjust-the-upload-limit-for-nextcloud)
@@ -465,6 +466,9 @@ You can move the whole docker library and all its files including all Nextcloud
465466
466467
This should solve the problem.
467468
469+
### How to limit the resource usage of AIO?
470+
In some cases, you might want to limit the overall resource usage of AIO. You can do so by following [this documentation](https://github.com/nextcloud/all-in-one/discussions/7273).
471+
468472
### How to allow the Nextcloud container to access directories on the host?
469473
By default, the Nextcloud container is confined and cannot access directories on the host OS. You might want to change this when you are planning to use local external storage in Nextcloud to store some files outside the data directory and can do so by adding the environmental variable `NEXTCLOUD_MOUNT` to the docker run command of the mastercontainer (but before the last line `ghcr.io/nextcloud-releases/all-in-one:latest`! If it was started already, you will need to stop the mastercontainer, remove it (no data will be lost) and recreate it using the docker run command that you initially used). Allowed values for that variable are strings that start with `/` and are not equal to `/`.
470474

0 commit comments

Comments
 (0)