Hi Nuo, any results here?

Cheers

2011/8/26 Nuo Yan <yan....@gmail.com>

> Hey Adriano,
>
> Thanks very much for your reply. I will try with MaxPermSize.
>
> It's on my local machine, we are evaluating Neo4j and do not have it on
> production yet. I'm accessing the server through the REST APIs, the app is
> separate from Neo. I will see if I can do some profiling on Neo when I run
> my tests.
>
> Thanks,
> Nuo
>
>
>
> On Fri, Aug 26, 2011 at 3:53 PM, Adriano Henrique de Almeida <
> adrianoalmei...@gmail.com> wrote:
>
> > Hey Nuo,
> >
> > wrapper.java.maxmemory and Xmx won't help, since it is a PermGenSpace
> > problem, and they only deal with HeapSpace. Did you try with:
> > -XX:*MaxPermSize
> > **?*
> >
> > Anyway, something very wrong is happening, since you have few nodes.
> >
> > It is happening only on production, or development also? If it is
> happening
> > on development, try to isolate the situation where you're stucking the
> > permgen. Run you app with VisualVM, for instance, or any other profiler.
> > Aren't you dealing with classloaders on your app?
> >
> > Cheers
> >
> > Adriano Almeida
> >
> >
> >
> > 2011/8/26 Jim Webber <j...@neotechnology.com>
> >
> > > Hi Nuo,
> > >
> > > if you're using Neo4j server then you can edit the value in
> > > conf/neo-wrapper.conf
> > >
> > > wrapper.java.maxmemory=1024
> > >
> > > Jim
> > > _______________________________________________
> > > Neo4j mailing list
> > > User@lists.neo4j.org
> > > https://lists.neo4j.org/mailman/listinfo/user
> > >
> >
> >
> >
> > --
> > Adriano Almeida
> > Caelum | Ensino e Inovação
> > www.caelum.com.br
> > _______________________________________________
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Adriano Almeida
Caelum | Ensino e Inovação
www.caelum.com.br
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to