Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Jan 24, 2024
1 parent 8b23a9c commit 595ed4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex/scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cd hiactor && git submodule update --init --recursive
sudo bash ./seastar/seastar/install-dependencies.sh
mkdir build && cd build
cmake -DHiactor_DEMOS=OFF -DHiactor_TESTING=OFF -DHiactor_DPDK=OFF -DHiactor_CXX_DIALECT=gnu++17 -DSeastar_CXX_FLAGS="-DSEASTAR_DEFAULT_ALLOCATOR -mno-avx512" ..
make -j ${parallelism} && make install
make -j ${parallelism} && sudo make install
popd && rm -rf /tmp/hiactor

echo "fs.aio-max-nr = 1048576" >> /etc/sysctl.conf
Expand Down

0 comments on commit 595ed4f

Please sign in to comment.