You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: