This rule is broken when we have ".,;::!?" in the headers. We have removed the ones with ":" but kept the ones with "?", so this rule will always warn in these cases.
22 lines
490 B
Markdown
22 lines
490 B
Markdown
# Production and Staging servers
|
|
|
|
## Recommended Minimum System Requirements
|
|
|
|
### 1. Production Server
|
|
|
|
- Distribution: Ubuntu 16.04.X
|
|
- RAM: 32GB
|
|
- Processor: Quad core
|
|
- Hard Drive: 20 GB
|
|
- Database: Postgres
|
|
|
|
### 2. Staging Server
|
|
|
|
- Distribution: Ubuntu 16.04.X
|
|
- RAM: 16GB
|
|
- Processor: Dual core
|
|
- Hard Drive: 20 GB
|
|
- Database: Postgres
|
|
|
|
If your city has a population of over 1.000.000, consider balancing your load using 2-3 production servers and a separate server for the database.
|