Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
05ee0113
Commit
05ee0113
authored
Jul 27, 2017
by
Adam
Committed by
GitHub
Jul 27, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4014 from edx/up-heap-size-neo4j
increase heap and page cache sizes for neo4j
parents
531e32af
f95f1a7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG.md
+3
-0
playbooks/roles/neo4j/defaults/main.yml
+2
-2
No files found.
CHANGELOG.md
View file @
05ee0113
-
Role: neo4j
-
Increase heap and page caches sizes for neo4j
-
Role: neo4j
-
Updated neo4j to 3.2.2
-
Removed authentication requirement for neo4j
...
...
playbooks/roles/neo4j/defaults/main.yml
View file @
05ee0113
...
...
@@ -27,8 +27,8 @@ neo4j_server_config_file: "/etc/neo4j/neo4j.conf"
neo4j_https_port
:
7473
# default in package is 7473
neo4j_http_port
:
7474
# default in package is 7474
neo4j_listen_address
:
"
0.0.0.0"
neo4j_heap_max_size
:
"
3
000m"
neo4j_page_cache_size
:
"
3
000m"
neo4j_heap_max_size
:
"
6
000m"
neo4j_page_cache_size
:
"
6
000m"
neo4j_log_dir
:
"
/var/log/neo4j"
# Properties file settings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment