Skip to content

Commit

Permalink
at most 1 cpu for dpapp
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhai committed Nov 8, 2024
1 parent 3b88ba0 commit 2457258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dash-bmv2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
free -h
df -h
top -b -n 1
DOCKER_FLAGS=$docker_bg_flags make run-dpapp HAVE_DPAPP=y
DOCKER_FLAGS="$docker_bg_flags --cpus=1" make run-dpapp HAVE_DPAPP=y
- name: Check dpapp status
run: |
sleep 7 #wait a moment for dpapp ready
Expand Down

0 comments on commit 2457258

Please sign in to comment.