Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory issues #67

Open
kna-crystalchain opened this issue Sep 29, 2021 · 0 comments
Open

Memory issues #67

kna-crystalchain opened this issue Sep 29, 2021 · 0 comments

Comments

@kna-crystalchain
Copy link

This question is related to Neo4J Rails adapter : https://github.com/neo4jrb/neo4j-ruby-driver/

I use :

ruby '2.6.8'
gem 'rails', '~> 6.0', '>= 6.0.2.2'

And for the connector : gem 'neo4j', '~> 9.6.0'

Connection is configured with https:// Andhttps:// and for the code, we use directly Cypher queries like this : Neo4j::ActiveBase.query(q)

Neo4j::ActiveBase.query(q)

On the Rails app we have memory issues. Memory is increasing and never released after que queries. If

If we retrieve not a lot of data, memory increase is low, but never released, If. If we retrieve more data (4000 records with 200 properties), the memory increase is very big and never released.

Are there known memory issues with this Neo4J connector ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant