Skip to content

Commit

Permalink
prefer subprocesses
Browse files Browse the repository at this point in the history
  • Loading branch information
park-brian committed Apr 29, 2023
1 parent 199ba60 commit ae80d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/backend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ CMD mod_wsgi-express start-server ${LDLINK_HOME}/LDlink.wsgi \
--graceful-timeout 9000 \
--connect-timeout 9000 \
--request-timeout 9000 \
--processes $(((1 + `nproc`) / 2)) \
--processes $(((3 + `nproc`) / 4)) \
--threads 1

0 comments on commit ae80d1c

Please sign in to comment.