Skip to content

Commit

Permalink
increase stride db server max stack depth
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch authored Sep 10, 2023
1 parent 79757f2 commit b7dba4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/openbus/stride_db_server.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,13 @@ EOF
]
}
}

## increase stack depth
# nano /etc/security/limits.conf
# postgres - stack 32768
# * - stack 32768
# nano /etc/systemd/system/postgresql@14-main.service.d/override.conf
# [Service]
# LimitSTACK=33554432
# nano /etc/postgresql/14/main/postgresql.conf
# max_stack_depth = 16MB

0 comments on commit b7dba4b

Please sign in to comment.