doc: add note on memory limit

This commit is contained in:
Girish Ramakrishnan
2017-02-17 13:47:19 -08:00
parent 8dbe0ddaf3
commit e157608992

View File

@@ -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).