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

load-graph.py overestimating hash table size #380

Closed
chuckpr opened this issue Apr 8, 2014 · 0 comments
Closed

load-graph.py overestimating hash table size #380

chuckpr opened this issue Apr 8, 2014 · 0 comments

Comments

@chuckpr
Copy link
Contributor

chuckpr commented Apr 8, 2014

It seems like load-graph.py is overestimating the hash table size. Should the input to check_space_for_hashtable be multiplied by the args.ksize or or args.n_tables? Right now the check_space_for_hashtable argument is args.ksize * args.min_tablesize. I get "ERROR: Not enough free space on disk " with version 1.0 but load-graph.py runs with version 0.6.

 check_space_for_hashtable(args.ksize * args.min_tablesize)
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

2 participants