summaryrefslogtreecommitdiff
path: root/nexus
diff options
context:
space:
mode:
Diffstat (limited to 'nexus')
-rw-r--r--nexus/docker-compose.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/nexus/docker-compose.yaml b/nexus/docker-compose.yaml
index e6b7093..193976d 100644
--- a/nexus/docker-compose.yaml
+++ b/nexus/docker-compose.yaml
@@ -5,6 +5,7 @@ services:
restart: always
environment:
- NEXUS_CONTEXT=nexus
+ - INSTALL4J_ADD_VM_PARAMS=-Xms1024m -Xmx1024m -XX:MaxDirectMemorySize=1024m -Djava.util.prefs.userRoot=/nexus-data/javaprefs
volumes:
- /var/nexus-data:/nexus-data
networks: