-
Notifications
You must be signed in to change notification settings - Fork 24
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
Resource memory limit exceeded for tpie::priority_queue
#264
Comments
The priority queue settings, as they are printed from the
|
If
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following program pushes the unsigned 64-bit integers 1, 2, ..., 20000000 to TPIE's external memory priority queue in reverse and then pulls them afterwards (this essentially just reverses the input). The amount of memory is 32MiB, whereas the 20000000 numbers take up 152MiB.
The console output when the above is run is
This is on a Fedora 36 machine and building sources with
CMAKE_BUILD_TYPE
= DebugCMAKE_C_FLAGS
= -g -O2CMAKE_CXX_FLAGS
= -g -O2The text was updated successfully, but these errors were encountered: