We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501cde9 commit 81de6fcCopy full SHA for 81de6fc
cpp/src/plasma/store.cc
@@ -913,7 +913,7 @@ class PlasmaStoreRunner {
913
// achieve that by mallocing and freeing a single large amount of space.
914
// that maximum allowed size up front.
915
if (use_one_memory_mapped_file) {
916
- void* pointer = plasma::dlmemalign(kBlockSize, system_memory);
+ void* pointer = plasma::dlmemalign(kBlockSize, system_memory - 8192);
917
ARROW_CHECK(pointer != nullptr);
918
plasma::dlfree(pointer);
919
}
0 commit comments