forked from plone/ansible-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-very-small.yml
61 lines (40 loc) · 1.22 KB
/
sample-very-small.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
58
---
# This is a sample configuration. To use it, copy it to local-configure.yml
# and edit.
#
# Very-Small configuration
# ------------------------
#
# This targets a very small server::
#
# RAM: 512MB
# Cores: 1
# 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 and 5.0.x are currently tested and working.
# Make sure this setting is quoted so that it's interpreted as a string.
plone_version: '5.0.6'
# With one core, we don't need multiple zeo clients
plone_client_count: 1
# instead, we'll run two Zope threads
plone_zserver_threads: 2
# but keep them small
plone_zodb_cache_size: 5000
# and enforce that with a memory-monitor
plone_client_max_memory: 300MB
# with only one zeo client, we don't need a load balancer
install_loadbalancer: no
# since we're not using a load balancer, tell Varnish to look at client1.
loadbalancer_port: 8081
# We'll use varnish, but since we're memory-limited, with a
# file-based cache.
proxycache_method: file