standalone-custom-memory-config.yaml 637 B

123456789101112131415161718192021222324252627
  1. # This scenario creates a single-instance standalone Neo4j
  2. # machine, with a custom memory configuration.
  3. ###############################################################
  4. core:
  5. standalone: true
  6. resources:
  7. limits:
  8. memory: 2G
  9. requests:
  10. memory: 2G
  11. dbms:
  12. memory:
  13. use_memrec: false
  14. heap:
  15. initial_size: 1024m
  16. max_size: 1024m
  17. pagecache:
  18. size: 123m
  19. transaction:
  20. memory_allocation: ON_HEAP
  21. max_size: 60m
  22. global_max_size: 200m
  23. acceptLicenseAgreement: "yes"
  24. neo4jPassword: mySecretPassword