Skip to content

Commit

Permalink
Removed ulimit steps from Dockerfile because they aren't applied acco…
Browse files Browse the repository at this point in the history
…rding to @cpuguy83.

Signed-off-by: Elijah Zupancic <[email protected]>
  • Loading branch information
dekobon committed Mar 27, 2015
1 parent d214e64 commit 17303b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/sources/examples/running_riak_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ After that, we install Riak and alter a few defaults:
# Install Riak and prepare it to run
RUN apt-get update && apt-get install -y riak
RUN sed -i.bak 's/127.0.0.1/0.0.0.0/' /etc/riak/app.config
RUN echo "ulimit -n 4096" >> /etc/default/riak

Then, we expose the Riak Protocol Buffers and HTTP interfaces, along
with SSH:
Expand Down

0 comments on commit 17303b1

Please sign in to comment.