Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
affc74cb
Verified
Commit
affc74cb
authored
May 07, 2020
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Rescale to cpx31
parent
d5bb9cdf
Changes
3
Hide whitespace changes
Inline
Side-by-side
playbooks/matrix.archlinux.org.yml
View file @
affc74cb
...
...
@@ -14,8 +14,8 @@
-
{
role
:
certbot
}
-
{
role
:
nginx
}
-
role
:
postgres
postgres_shared_buffers
:
500
MB
postgres_work_mem
:
32
MB
postgres_shared_buffers
:
1024
MB
postgres_work_mem
:
64
MB
postgres_maintenance_work_mem
:
1GB
postgres_effective_cache_size
:
1
GB
postgres_effective_cache_size
:
3
GB
-
{
role
:
matrix
,
tags
:
[
'
matrix'
]
}
roles/matrix/files/synapse.service
View file @
affc74cb
...
...
@@ -15,7 +15,7 @@ WorkingDirectory=~
ExecStart
=
/var/lib/synapse/venv/bin/python -m synapse.app.homeserver --config-path=/etc/synapse/homeserver.yaml
SyslogIdentifier
=
synapse
Environment
=
SYNAPSE_CACHE_FACTOR=
0.5
Environment
=
SYNAPSE_CACHE_FACTOR=
1.0
Environment
=
LD_PRELOAD=/usr/lib/libjemalloc.so
[Install]
...
...
tf-stage1/archlinux.tf
View file @
affc74cb
...
...
@@ -87,7 +87,7 @@ resource "hcloud_rdns" "matrix" {
resource
"hcloud_server"
"matrix"
{
name
=
"matrix.archlinux.org"
image
=
data
.
hcloud_image
.
archlinux
.
id
server_type
=
"c
x2
1"
server_type
=
"c
px3
1"
lifecycle
{
ignore_changes
=
[
image
]
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment