TheQuantEd commited on
Commit
ba0aaff
·
1 Parent(s): 3ff91c7

Fix: pre-create Neo4j dir structure, remove run dir redirect, lower memory

Browse files
Files changed (1) hide show
  1. docker/supervisord.conf +1 -1
docker/supervisord.conf CHANGED
@@ -20,7 +20,7 @@ environment=NEO4J_HOME=/var/lib/neo4j
20
  autostart=true
21
  autorestart=true
22
  startsecs=120
23
- startretries=3
24
  stdout_logfile=/tmp/neo4j.log
25
  stderr_logfile=/tmp/neo4j.log
26
  redirect_stderr=true
 
20
  autostart=true
21
  autorestart=true
22
  startsecs=120
23
+ startretries=1
24
  stdout_logfile=/tmp/neo4j.log
25
  stderr_logfile=/tmp/neo4j.log
26
  redirect_stderr=true