Skip to content

Commit

Permalink
modify for smaller values
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Jul 11, 2024
1 parent e297f66 commit f693d12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions store/postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN service cron start
RUN dos2unix /home/pg_dump-to-s3.sh
RUN dos2unix /home/s3-autodelete.sh

# COPY postgresql.conf /etc/postgresql/postgresql.conf
COPY postgresql.conf /etc/postgresql/postgresql.conf

# Set PostgreSQL to use the custom configuration file
# CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]
CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]
4 changes: 2 additions & 2 deletions store/postgres/postgresql.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
shared_buffers = 128MB
work_mem = 8MB
shared_buffers = 64MB
work_mem = 4MB

0 comments on commit f693d12

Please sign in to comment.