Re: [Neo] Java outof 64 GB ram

2010-03-16 Thread Peter Neubauer
   Subject: Re: [Neo] Java outof 64 GB ram    From: Johan Svensson jo...@neotechnology.com    Date: Thu, February 25, 2010 7:13 am    To: Neo user discussions user@lists.neo4j.org    If you store 322M strings (one string property/relationship), were

Re: [Neo] Java outof 64 GB ram

2010-03-09 Thread Miguel Ángel Águila Lorente
. If it's a big string, it is quite possible to have the file grow this large. Miguel, approximately how long is the property value? Original Message Subject: Re: [Neo] Java outof 64 GB ram From: Johan

Re: [Neo] Java outof 64 GB ram

2010-03-09 Thread Peter Neubauer
possible    to have the file grow this large.    Miguel, approximately how long is the property value?     Original Message    Subject: Re: [Neo] Java outof 64 GB ram    From: Johan Svensson jo...@neotechnology.com    Date

Re: [Neo] Java outof 64 GB ram

2010-02-26 Thread Miguel Ángel Águila Lorente
. Miguel, approximately how long is the property value? Original Message Subject: Re: [Neo] Java outof 64 GB ram From: Johan Svensson jo...@neotechnology.com Date: Thu, February 25, 2010 7:13 am To: Neo user discussions user@lists.neo4j.org

Re: [Neo] Java outof 64 GB ram

2010-02-26 Thread Miguel Ángel Águila Lorente
long is the property value? Original Message Subject: Re: [Neo] Java outof 64 GB ram From: Johan Svensson jo...@neotechnology.com Date: Thu, February 25, 2010 7:13 am To: Neo user discussions user@lists.neo4j.org If you store 322M strings

Re: [Neo] Java outof 64 GB ram

2010-02-26 Thread Mattias Persson
string, it is quite possible    to have the file grow this large.    Miguel, approximately how long is the property value?     Original Message    Subject: Re: [Neo] Java outof 64 GB ram    From: Johan Svensson jo...@neotechnology.com    Date: Thu

Re: [Neo] Java outof 64 GB ram

2010-02-26 Thread Miguel Angel Aguila
the question. If it's a big string, it is quite possible to have the file grow this large. Miguel, approximately how long is the property value? Original Message Subject: Re: [Neo] Java outof 64 GB ram From: Johan Svensson

Re: [Neo] Java outof 64 GB ram

2010-02-25 Thread rick . bullotta
Yes, exactly the question. If it's a big string, it is quite possible to have the file grow this large. Miguel, approximately how long is the property value? Original Message Subject: Re: [Neo] Java outof 64 GB ram From: Johan Svensson jo

Re: [Neo] Java outof 64 GB ram

2010-02-24 Thread Miguel Ángel Águila Lorente
Hi, firstly I used the numbers of 9 bytes * number_of_nodes and 33 bytes * number_of_relations for the neo.props configure, but it doesn't work. After that I tried with my actual configuration: neostore.nodestore.db.mapped_memory=180G neostore.relationshipstore.db.mapped_memory=6000G

Re: [Neo] Java outof 64 GB ram

2010-02-24 Thread Miguel Ángel Águila Lorente
-Original Message- From: Miguel Ángel Águila Lorente magu...@ac.upc.edu Date: Wed, 24 Feb 2010 11:06:35 To: Neo user discussionsuser@lists.neo4j.org Subject: Re: [Neo] Java outof 64 GB ram Hi, firstly I used the numbers of 9 bytes * number_of_nodes and 33 bytes

Re: [Neo] Java outof 64 GB ram

2010-02-24 Thread Rick Bullotta
Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Miguel Ángel Águila Lorente Sent: Wednesday, February 24, 2010 6:29 AM To: Neo user discussions Subject: Re: [Neo] Java outof 64 GB ram Around 57.000.000 nodes and 322.000.000 relationships. Now I'm trying

Re: [Neo] Java outof 64 GB ram

2010-02-23 Thread Mattias Persson
I see that you're using an older version of Neo4j. Have you tried using 1.0? http://components.neo4j.org/neo4j-kernel http://neo4j.org/download Maven groupId: org.neo4j artifactId: neo4j-kernel version: 1.0 ...and at first glance I don't see any direct problem with your code. 2010/2/23 Miguel

Re: [Neo] Java outof 64 GB ram

2010-02-23 Thread Mattias Persson
One more thing... how much heap have you given the JVM? You control how much RAM your JVM gets with the -Xmx option to the java command. F.ex: java -Xmx10G -cp . Please see more information regarding performance and tweaking at http://wiki.neo4j.org/content/Neo4j_Performance_Guide

Re: [Neo] Java outof 64 GB ram

2010-02-23 Thread Miguel Angel Aguila
Yes I give 64 GB and only 60 GB in diferent executions. 2010/2/23 Mattias Persson matt...@neotechnology.com One more thing... how much heap have you given the JVM? You control how much RAM your JVM gets with the -Xmx option to the java command. F.ex: java -Xmx10G -cp . Please see