Skip to content

Commit

Permalink
capitalization matters?
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Nov 19, 2023
1 parent 5f8113c commit ddb46f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Postgres tuning values ref: https://github.com/developmentseed/how/tree/main/dev/postgresql
database_flags=[
# flag definitions and allowable values here: https://cloud.google.com/sql/docs/postgres/flags
dict(name="pg_stat_statements.track", value="ALL"),
dict(name="pg_stat_statements.track", value="all"),
# Should be 1/4 of total system memory (15Gb)
# shared_buffers: Converted from 468 MB to 59904 units of 8KB
dict(name="shared_buffers", value="59904"),
Expand Down

0 comments on commit ddb46f8

Please sign in to comment.