Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
fix: reduce innodb buffer size in production since it's now performan…
Browse files Browse the repository at this point in the history
…ent enough
  • Loading branch information
l3d00m committed Sep 8, 2024
1 parent 55f1e12 commit a8819e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/mariadb/templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% if backend_debug %}
- "--innodb-buffer-pool-size=67108864"
{% else %}
- "--innodb-buffer-pool-size=268435456"
- "--innodb-buffer-pool-size=134217728"
{% endif %}
healthcheck:
test: ["CMD", 'mariadb-admin', 'ping', '-h', 'localhost', '-uroot', '-p"{{ reims2_db_root_password }}"' ]
Expand Down

0 comments on commit a8819e9

Please sign in to comment.