Skip to content

Commit

Permalink
Gatsby identifies too many cpus, use manual count instead (#15810)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson committed Jul 16, 2019
1 parent 8790aed commit 1c84a33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ jobs:
command: yarn
working_directory: ~/project/www
- run:
command: yarn build
# manually match cpu_count to vcpus available in resource_class
command: GATSBY_CPU_COUNT=8 yarn build
working_directory: ~/project/www
- save_cache:
key: www_public_dir_1
Expand Down

0 comments on commit 1c84a33

Please sign in to comment.