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
Thanks for providing your source code online for reproduction!
I tried to run the benchmark script (scripts/benchmark-all.sh) but unfortunately it claims that it is unable to allocate the hash table: [worker.cc:92-Worker()] Unable to allocate hash table!!!!
It looks like htable = sb.sb_aligned_malloc(NBKT * BKT_SIZE, BKT_SIZE); is not executed, but I do not know why... I tried some dirty fixes but finally, I gave up.
Do you know what I should change? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Thanks for providing your source code online for reproduction!
I tried to run the benchmark script (
scripts/benchmark-all.sh
) but unfortunately it claims that it is unable to allocate the hash table:[worker.cc:92-Worker()] Unable to allocate hash table!!!!
It looks like
htable = sb.sb_aligned_malloc(NBKT * BKT_SIZE, BKT_SIZE);
is not executed, but I do not know why... I tried some dirty fixes but finally, I gave up.Do you know what I should change? Thanks in advance!
The text was updated successfully, but these errors were encountered: