Skip to content

Commit

Permalink
chore: Limit core to use only 4 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Dec 5, 2024
1 parent 46e03e6 commit 28bed77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ init-bq: delete-bq-tables reset-tf-state clean-deps start-deps setup-db
reset-deps: reset-tf-state clean-deps start-deps setup-db run-tf

run-server:
cargo run --bin lana-cli --features sim-time -- --config ./bats/lana-sim-time.yml | tee .e2e-logs
cargo run -j 4 --bin lana-cli --features sim-time -- --config ./bats/lana-sim-time.yml | tee .e2e-logs

check-code: sdl
git diff --exit-code lana/admin-server/src/graphql/schema.graphql
Expand Down

0 comments on commit 28bed77

Please sign in to comment.