mirror of https://github.com/zulip/zulip.git
puppet: Document that upgrades from Git require 3GB.
The step of rebuilding static assets using webpack requires more than 2G of RAM.
This commit is contained in:
parent
e7e422ff13
commit
5f237cb34e
|
@ -10,11 +10,15 @@ To run a Zulip server, you will need:
|
|||
- Debian 10 Buster
|
||||
- At least 2GB RAM, and 10GB disk space
|
||||
- If you expect 100+ users: 4GB RAM, and 2 CPUs
|
||||
- If you intend to [upgrade from Git][upgrade-from-git]: 3GB RAM, or
|
||||
2G and at least 1G of swap configured.
|
||||
- A hostname in DNS
|
||||
- Credentials for sending email
|
||||
|
||||
For details on each of these requirements, see below.
|
||||
|
||||
[upgrade-from-git]: ../production/upgrade-or-modify.html#upgrading-from-a-git-repository
|
||||
|
||||
## Server
|
||||
|
||||
#### General
|
||||
|
|
Loading…
Reference in New Issue