doc: 256mb is the default memory limit

This commit is contained in:
Girish Ramakrishnan
2016-09-03 19:48:26 -07:00
parent ec33dc99c0
commit 550f14da6f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ This document gives you some recipes for configuring popular libraries to log to
## Memory
By default, applications get 200MB RAM (including swap). This can be changed using the `memoryLimit` field in the manifest.
By default, applications get 256MB RAM (including swap). This can be changed using the `memoryLimit` field in the manifest.
Design your application runtime for concurrent use by 10s of users. The Cloudron is not designed for concurrent access by
100s or 1000s of users.