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

OutOfMemoryError in TransitiveClosure.closeSimpleDirectedGraph() #43

Closed
dportabella opened this issue Jun 21, 2013 · 3 comments
Closed

Comments

@dportabella
Copy link

I have a graph with 100k edges, and I get a OutOfMemoryError
when executing TransitiveClosure.closeSimpleDirectedGraph()

is there a solution for this?

@jsichi
Copy link
Member

jsichi commented Jun 21, 2013

Run with a bigger heap?

@dportabella
Copy link
Author

i was thinking more about serializing to a temporal file as needed, rather than increasing the heap memory.
is it possible?
has JGraphT some work in this direction?

@jsichi
Copy link
Member

jsichi commented Jul 13, 2013

All of our algorithms are currently in-memory, not disk-based, so no we haven't worked in that direction so far.

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

3 participants