We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6072e8f commit f885f49Copy full SHA for f885f49
1 file changed
cpp/src/plasma/test/client_tests.cc
@@ -60,7 +60,7 @@ class TestPlasmaStore : public ::testing::Test {
60
std::string plasma_directory =
61
test_executable.substr(0, test_executable.find_last_of("/"));
62
std::string plasma_command = plasma_directory +
63
- "/plasma_store_server -m 1000000000 -s " +
+ "/plasma_store_server -m 10000000 -s " +
64
store_socket_name_ + " 1> /dev/null 2> /dev/null &";
65
system(plasma_command.c_str());
66
ARROW_CHECK_OK(client_.Connect(store_socket_name_, ""));
0 commit comments