mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +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 {
|
||||
cpu = 1024
|
||||
memory = 512
|
||||
memory = 1024
|
||||
}
|
||||
|
||||
template {
|
||||
|
@ -676,7 +676,7 @@ EOF
|
|||
|
||||
resources {
|
||||
cpu = 1024
|
||||
memory = 1024
|
||||
memory = 2048
|
||||
}
|
||||
|
||||
template {
|
||||
|
|
Loading…
Reference in a new issue