Skip to content

Commit

Permalink
Remove shared memory setting, not needed on 9.3: http://www.postgresq…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidglassborow committed Jul 11, 2014
1 parent 919ba73 commit 6c672d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ RUN sed -i -e 's/local all all
ADD postgresql.conf.sed /tmp/
RUN sed --file /tmp/postgresql.conf.sed --in-place /etc/postgresql/9.3/main/postgresql.conf

# Set the kernel memory on container boot
RUN mkdir -p /etc/my_init.d
ADD shmmax.sh /etc/my_init.d/shmmax.sh

# Define the application logging logic
ADD syslog-ng.conf /etc/syslog-ng/conf.d/local.conf
RUN rm -rf /var/log/postgresql
Expand Down
7 changes: 0 additions & 7 deletions shmmax.sh

This file was deleted.

0 comments on commit 6c672d8

Please sign in to comment.