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

Buffer management issues (BUFFER_LOAD_FACTOR) #17

Open
lauritzthamsen opened this issue Jul 4, 2014 · 0 comments
Open

Buffer management issues (BUFFER_LOAD_FACTOR) #17

lauritzthamsen opened this issue Jul 4, 2014 · 0 comments
Labels

Comments

@lauritzthamsen
Copy link
Member

ok, i only have a rough understanding of our buffer management, but on certain machine configurations AURA fails for buffer management related reasons.

how much of the main memory is reserved for buffers is currently defined relatively to the available memory.

when the BUFFER_LOAD_FACTOR is chosen very small (e.g. 1%), there might not be (m)any buffers on small machines, see https://travis-ci.org/lauritzthamsen/AURA/builds/29074045

may be it'd be wise to mix relative memory usage with specific limits such as a lower limit of buffers to reserve memory for (MIN_BUFFER_COUNT). does that make sense?

when the BUFFER_LOAD_FACTOR is however set to be a bigger chuck (e.g. 40%), the system currently can run out of memory, see https://travis-ci.org/lauritzthamsen/AURA/builds/29075554

that shouldn't happen in any case, right? at least the system should tell the user on startup that there isn't enough memory for AURA / the query (yet, not with a fixed 1 GB requirement i'd say).

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

No branches or pull requests

1 participant