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

The maximum #vertices/#edges estimates are too conservative. #128

Open
pstutz opened this issue May 24, 2013 · 1 comment
Open

The maximum #vertices/#edges estimates are too conservative. #128

pstutz opened this issue May 24, 2013 · 1 comment

Comments

@pstutz
Copy link
Member

pstutz commented May 24, 2013

The graph size estimation probably assumes that all memory usage is only due to the vertices. A better estimate of the constant overhead would make the max vertex/edge estimates more reliable.

@ghost ghost assigned troxler May 25, 2013
@troxler
Copy link
Contributor

troxler commented May 25, 2013

better estimate of the constant overhead

Any idea on how to achieve that?

When I tested the estimation, I found it to be quite reliable. Also it should be more accurate when approaching the maximum amount of available memory.

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

No branches or pull requests

2 participants