diff --git a/docs/tutorials/packaging.md b/docs/tutorials/packaging.md index 639cdb3c4..2d163a9cc 100644 --- a/docs/tutorials/packaging.md +++ b/docs/tutorials/packaging.md @@ -389,6 +389,8 @@ field in the manifest. Design your application runtime for concurrent use by 50 users. The Cloudron is not designed for concurrent access by 100s or 1000s of users. +An app can determine it's memory limit by reading `/sys/fs/cgroup/memory/memory.limit_in_bytes`. + ## Authentication Apps should integrate with one of the [authentication strategies](/references/authentication.html).