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

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
@@ -19,7 +19,7 @@ command=su -s /bin/bash neo4j -c "NEO4J_CONF=/etc/neo4j neo4j console"
19
  environment=NEO4J_HOME=/var/lib/neo4j
20
  autostart=true
21
  autorestart=true
22
- startsecs=45
23
  startretries=3
24
  stdout_logfile=/tmp/neo4j.log
25
  stderr_logfile=/tmp/neo4j.log
 
19
  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