mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Increase memory allocated to synapse fed-sender and sync
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
fd2ce42d15
commit
6a2b872bd7
|
@ -362,7 +362,7 @@ EOF
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 1024
|
cpu = 1024
|
||||||
memory = 512
|
memory = 1024
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
@ -676,7 +676,7 @@ EOF
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 1024
|
cpu = 1024
|
||||||
memory = 1024
|
memory = 2048
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
|
Loading…
Reference in a new issue