Skip to content

Commit

Permalink
neo4j.conf: Use system timezone.
Browse files Browse the repository at this point in the history
Fixes #12
  • Loading branch information
stuarteberg committed Oct 18, 2024
1 parent 637c317 commit fb6af4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flyem_snapshot/outputs/neuprint/scripts/neo4j.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
#*****************************************************************
dbms.security.auth_enabled=false

# This will make timestamps in the cypher output more consistent with
# the python/bash logging statements that occur before and after neo4j ingestion.
dbms.db.timezone=SYSTEM

# The 'neo4j-admin memrec' tool recommends against a heap size larger than 31G
# since above 32G Java will 'disable pointer compression, also known as
# "compressed oops", in the JVM and make less effective use of the heap.'
Expand Down

0 comments on commit fb6af4c

Please sign in to comment.