Skip to content

Commit

Permalink
[native][circle] lower parallelism to avoid an oom issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mshang816 committed Oct 9, 2023
1 parent a23819a commit 138c6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
-DPRESTO_ENABLE_JWT=ON \
-DCMAKE_PREFIX_PATH=/usr/local \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
ninja -C _build/debug -j 8
ninja -C _build/debug -j 7
ccache -s
- save_cache:
name: "Save CCache cache"
Expand Down

0 comments on commit 138c6cc

Please sign in to comment.