summaryrefslogtreecommitdiff
path: root/compose_example.yml
diff options
context:
space:
mode:
authorMarie <github@yuugi.dev>2025-02-16 01:08:55 +0000
committerMarie <github@yuugi.dev>2025-02-16 01:08:55 +0000
commit7abd4fe44eb7f4a0685d8a431365f54dea33a448 (patch)
tree85e1018d3df1d61cc5d2abbdb3177ff425e30f9c /compose_example.yml
parentmerge: Fix timeout when searching notes by host without meilisearch (resolves... (diff)
parentIncrease nodejs memory limit for docker (diff)
downloadsharkey-7abd4fe44eb7f4a0685d8a431365f54dea33a448.tar.gz
sharkey-7abd4fe44eb7f4a0685d8a431365f54dea33a448.tar.bz2
sharkey-7abd4fe44eb7f4a0685d8a431365f54dea33a448.zip
merge: Enhance: Increase nodejs memory limit for docker (!899)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/899 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
Diffstat (limited to 'compose_example.yml')
-rw-r--r--compose_example.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/compose_example.yml b/compose_example.yml
index 0db8b04dc6..d9c9b19a29 100644
--- a/compose_example.yml
+++ b/compose_example.yml
@@ -19,6 +19,8 @@ services:
- shonk
# env_file:
# - .config/docker.env
+ environment:
+ - NODE_OPTIONS="--max-old-space-size=8192"
volumes:
- ./files:/sharkey/files
- ./.config:/sharkey/.config:ro