Skip to content

Commit f885f49

Browse files
committed
reduce plasma store size for test
1 parent 6072e8f commit f885f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/src/plasma/test/client_tests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class TestPlasmaStore : public ::testing::Test {
6060
std::string plasma_directory =
6161
test_executable.substr(0, test_executable.find_last_of("/"));
6262
std::string plasma_command = plasma_directory +
63-
"/plasma_store_server -m 1000000000 -s " +
63+
"/plasma_store_server -m 10000000 -s " +
6464
store_socket_name_ + " 1> /dev/null 2> /dev/null &";
6565
system(plasma_command.c_str());
6666
ARROW_CHECK_OK(client_.Connect(store_socket_name_, ""));

0 commit comments

Comments
 (0)