Could you just quickly look at where most time is spent when it's slowing
down? Just start VisualVM, attach to the process and monitor CPU

2011/8/16 Jose Vinicius Pimenta Coletto <jvcole...@gmail.com>

> Hi,
>
> I made some changes to use the BatchInserter to generate the initial
> database. The strategy is to identify all nodes that must be inserted and
> after
> doing this I create the edges.
> But I still having problems, after inserting 9M of nodes the running is
> very
> slow and not reach the edges insertion.
> As already said the graph have 14M node and 11M edges.
>
> I am running the JVM as follows: 'java-Xmx4g-XX:-jar-UseGCOverheadLimit
> qsa.jar <params>'.
>
> Information on the machine I'm using: 'Linux 2.6.38-10-46-generic # Ubuntu
> SMP Tue Jun 28 15:07:17 UTC 2011x86_64 x86_64 x86_64 GNU / Linux' with 4GB
> of RAM.
>
> The code I'm using to create the initial database is attached, the method
> that should be looked at is: createDB.
>
> --
> Thanks,
> Jose Vinicius Pimenta Coletto
>
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
>


-- 
Mattias Persson, [matt...@neotechnology.com]
Hacker, Neo Technology
www.neotechnology.com
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to