initial resource limits, just guessed, might cause some issues later
This commit is contained in:
parent
b3e4af5aca
commit
012b5ca858
33 changed files with 91 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ Environment=URL=https://b.twitch.synth.download
|
|||
PublishPort=127.0.0.1:43072:7000
|
||||
# Security
|
||||
NoNewPrivileges=true
|
||||
# Resources
|
||||
Memory=1g
|
||||
PodmanArgs=--memory-reservation=512m --cpus=1 --cpu-shares=512
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@ Environment=SAFETWITCH_FALLBACK_LOCALE=en
|
|||
PublishPort=127.0.0.1:24682:8280
|
||||
# Security
|
||||
NoNewPrivileges=true
|
||||
# Resources
|
||||
Memory=256mb
|
||||
PodmanArgs=--memory-reservation=128mb --cpus=0.2 --cpu-shares=256
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue