-
Notifications
You must be signed in to change notification settings - Fork 38
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
Memory problem #46
Comments
I have no idea what this is about! What are you even cooking here? Without proper details, I will have to mark this as an invalid issue. |
The variable num_of_candidates declared externally changed its value (from 64 to 40) after calling the page_cache_t constructor. There might be some memory management issues in the page_cache_t constructor.
|
After I commented out line 772 in page_cache.h, the error disappeared Line 772:
|
Describe the bug
The value of the variable was changed after defining a page_cache_t type
Code:
Output:
The Query number change from 10000 to 2710, and Num of candidates change from 64 to 40
And there are my parameters of Settings:
The text was updated successfully, but these errors were encountered: