Skip to content

Commit d4de07f

Browse files
raoufchebrimaumueller
authored andcommitted
comment shared buffers
1 parent 613c0f6 commit d4de07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ann_benchmarks/algorithms/pg_embedding/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN cd /tmp/pg_embedding && \
1111
make install
1212

1313
# Modify shared_buffers in postgresql.conf to 16GB
14-
RUN sed -i 's/#shared_buffers = 128MB/shared_buffers = 16GB/' /etc/postgresql/14/main/postgresql.conf
14+
# RUN sed -i 's/#shared_buffers = 128MB/shared_buffers = 16GB/' /etc/postgresql/14/main/postgresql.conf
1515

1616
USER postgres
1717
RUN service postgresql start && \

0 commit comments

Comments
 (0)