-
-
Notifications
You must be signed in to change notification settings - Fork 74
/
sample-medium.yml
57 lines (40 loc) · 1.16 KB
/
sample-medium.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
# This is a sample configuration. To use it, copy it to local-configure.yml
# and edit.
#
# Medium configuration
# --------------------
#
# This is a good start for larger configurations.
# Just scale the client counts and cache/memory.
#
# This targets a medium server::
#
# RAM: 2048MB
# Cores: 2
# Things you MUST change
# ----------------------
admin_email:
plone_initial_password:
muninnode_query_ips:
- ip.of.munin.monitor
# If you do not have a Munin monitor running, comment out the
# muninnode_query_ips and uncomment the line below:
# install_muninnode: no
# Major settings
# --------------
# Plone 4.3.x, 5.0.x, 5.1.x and 5.2.x are currently tested and working.
# Make sure this setting is quoted so that it's interpreted as a string.
plone_version: '5.2.1'
# 2 clients
plone_client_count: 2
# smallish
plone_zodb_cache_size: 15000
# and enforce that with a memory-monitor
plone_client_max_memory: 750MB
# with multiple clients, the "cron" hot monitor does a better job of avoiding downtime.
plone_hot_monitor: cron
# it's 2020 now... Use Python 3
plone_python_version: "3"
# with Python 3, z2monitor should not be used
plone_client_tcpcheck: no