Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Neo4j Virtual machine in windows azure

I have created a Neo4j virtual machine on windows azure using VM Depot.My Virtual machine size is' A1 (1 core, 1.75 GB memory)'. But while accessing from web browser I always get an error 'Disconnected from Neo4j' like given below with very poor Performance.How to improve the performance?I used to access it via azure website.

enter image description here

like image 733
Midhuna Avatar asked Jul 09 '14 11:07

Midhuna


People also ask

Is Neo4j available on Azure?

Neo4j Enterprise Edition is available via the Azure Marketplace. Simplify your procurement with a unified cloud bill for all your Microsoft Azure services and Neo4j usage.

How do I use Neo4j on Azure?

Azure Databricks configurationInstall two libraries: neo4j-spark-connector and graphframes as Spark Packages. See the libraries guide for instructions. Create a cluster with these Spark configurations. Import libraries and test the connection.

Where can I host Neo4j?

Neo4j can be deployed directly from Azure Marketplace. Single Instance - for a walkthrough of how to create single instances, please consult the documentation to deploy Neo4j on Azure.


1 Answers

I think the problem is Memory, Neo4j Required minimum 2GB memory.

These are the requirement for neo4j. http://neo4j.com/docs/stable/deployment-requirements.html

I am currently using neo4j on VMWare. My VM settings are

Memory     - 2GB
Processors - 2
Hard disk  - 20GB

It working fine for me.

So update your VM setting and check.

Also check this http://neo4j.com/docs/stable/performance-guide.html for Neo4j performance.

like image 200
Satish Shinde Avatar answered Sep 20 '22 14:09

Satish Shinde