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 aec706b commit 5c90301Copy full SHA for 5c90301
.github/workflows/run-tests.yml
@@ -148,6 +148,8 @@ jobs:
148
cd /volk
149
cd build
150
cmake -DCMAKE_CXX_FLAGS="-Werror" -DBUILD_EXECUTABLE=ON ${{ matrix.cmakeargs }} ..
151
+ ulimit -n 4096
152
+ ulimit -Hn 8192
153
echo "Build with $(nproc) thread(s)"
154
make -j$(nproc)
155
if [ -f ./cpu_features/list_cpu_features ]; then
0 commit comments