Skip to content

Commit

Permalink
fix: Initialize the Memory Manager in RemoteFunctionServiceMain
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-pandit committed Jan 17, 2025
1 parent 915f1d8 commit 099b40f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ using ::apache::thrift::ThriftServer;

int main(int argc, char* argv[]) {
folly::Init init{&argc, &argv, false};
memory::MemoryManager::initialize({});
FLAGS_logtostderr = true;

// Always registers all Presto functions and make them available under a
Expand Down

0 comments on commit 099b40f

Please sign in to comment.