Skip to content

Commit

Permalink
increase ulimit number
Browse files Browse the repository at this point in the history
Co-authored-by: Tara Baskara <[email protected]>
  • Loading branch information
ekarisky and Tara Baskara committed Feb 11, 2021
1 parent ff0e687 commit b57bc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gcr.io/google_containers/ubuntu-slim:0.6

# Ensure there are enough file descriptors for running td-agent.
RUN ulimit -n 65536
RUN ulimit -n 100000

# Disable prompts from apt.
ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit b57bc5f

Please sign in to comment.