Commit 69f700cb75b09c43bf48ffde3829cceb04a8526c

Authored by Antonio Terceiro
1 parent 2a60cecf

colab: use 4 works per CPU

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
cookbooks/colab/templates/colab.erb
1   -WEB_CONCURRENCY=<%= `nproc`.to_i * 2 %>
  1 +WEB_CONCURRENCY=<%= `nproc`.to_i * 4 %>
... ...