java - Recommended settings for a Neo4j Server -


I configure a Neo4j server (2.0.2)

itemprop = "text"> In a VMware machine, on a Debian Vertical (7.5) 64 bit server. I use Oracle Java 7 Update 55 64bit. The host system is the server with Intel Xeon X5650 with 2.67GHz. VM will have 2 (virtual) cores with a limit of 1000MHz, 4 GB RAM and 50GB disc space.

What is the recommended setting for the Neo4J server if it runs Java like Stacksize, Neo4j size (this runs alone in VM etc.)? I have already increased the number of open files up to 40000.

Your graph without detailed information about the structure and size, per timeout according to your current requests, Examine complexity and patterns, versus reading ratios, it is almost impossible to give good advice.

You can read through general information.

As a rule of thumb, you should have demand for jvm along with the ondisc size object cache of your graph in ram.

Common virtual machines have problems related to IO latency. If you can specify the original disk, better SSD, then do so.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -