mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 02:13:41 -05:00
try to fix chromium running out of ram
This commit is contained in:
parent
5c998c5f3a
commit
31a1a3bb34
3 changed files with 8 additions and 2 deletions
|
|
@ -20,6 +20,12 @@ services:
|
|||
volumes:
|
||||
- tiling_frontend_build:/usr/src/app/dist
|
||||
live-stream:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 8192M
|
||||
reservations:
|
||||
memory: 8192M
|
||||
network_mode: "host"
|
||||
restart: unless-stopped
|
||||
env_file: .stream.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue