Skip to content

Commit 5c60f23

Browse files
authored
Fix !!! tried memory allocation of 8589934528 bytes !!! error
https://github.com/sissbruecker/linkding/issues/439?ref=cything.io
1 parent fc2f27a commit 5c60f23

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

docker-compose.dev.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ services:
6262
restart: unless-stopped
6363
healthcheck:
6464
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000"]
65+
ulimits:
66+
nofile:
67+
soft: 8192
68+
hard: 16384
69+
6570

6671
# Unnecesary for BNE deployment
6772
# pycsw:

docker-compose.ghcr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ services:
6262
restart: unless-stopped
6363
healthcheck:
6464
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000"]
65+
ulimits:
66+
nofile:
67+
soft: 8192
68+
hard: 16384
69+
6570

6671
# Unnecesary for BNE deployment
6772
# pycsw:

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ services:
6262
restart: unless-stopped
6363
healthcheck:
6464
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000"]
65+
ulimits:
66+
nofile:
67+
soft: 8192
68+
hard: 16384
69+
6570

6671
# Unnecesary for BNE deployment
6772
# pycsw:

0 commit comments

Comments
 (0)