Skip to content

Commit

Permalink
upgrade to postgres 12 with jit off (#4390)
Browse files Browse the repository at this point in the history
* postgres 12.7
* jit off for testing
  • Loading branch information
denis-yuen committed Aug 11, 2021
1 parent d37e3b1 commit 4012b88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -8,8 +8,8 @@ executors:
environment:
JAVA_TOOL_OPTIONS: -Xmx512m # Nothing to do with surefire plugin, it has its own JVM. The two of these plus ES (1.3 GB) must add up to a bit less than 6GB.
PGHOST: 127.0.0.1
- image: circleci/postgres:11.12
command: postgres -c max_connections=200
- image: circleci/postgres:12.7
command: postgres -c max_connections=200 -c jit=off
environment:
POSTGRES_USER: postgres
POSTGRES_DB: postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -42,7 +42,7 @@ services:
# networks:
# - elastic
postgres_db:
image: postgres:11.12
image: postgres:12.7
container_name: postgres1
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
Expand Down

0 comments on commit 4012b88

Please sign in to comment.