Skip to content

Commit e644a84

Browse files
committed
Set mem limit and restart policy to tackle mem leaks
1 parent af4dd10 commit e644a84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ services:
1010
command: '--jetstream --http_port 8222 --store_dir /data'
1111
fullfeedrss:
1212
image: docker.io/heussd/fivefilters-full-text-rss:latest
13+
mem_limit: 2G
14+
restart: always
1315
deploy:
1416
replicas: 2
1517
environment:

0 commit comments

Comments
 (0)