Skip to content

Commit

Permalink
enable io_uring
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Aug 31, 2024
1 parent bfbac24 commit 6fc62d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/pds/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ EXPOSE 3000
ENV PDS_PORT=3000
ENV NODE_ENV=production
# potential perf issues w/ io_uring on this version of node
ENV UV_USE_IO_URING=0
ENV UV_USE_IO_URING=1

# https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md#non-root-user
USER node
Expand Down

0 comments on commit 6fc62d2

Please sign in to comment.