Skip to content

Commit

Permalink
adjust mysql params
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanspw committed Aug 29, 2024
1 parent b083162 commit e728a9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions group_vars/gitea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ mysql_innodb_log_file_size: "512M"
mysql_innodb_log_buffer_size: "128M"
mysql_query_cache_size: "0"
mysql_key_buffer_size: "0"
mysql_sort_buffer_size: 2097152
mysql_read_buffer_size: 131072
mysql_read_rnd_buffer_size: 262144
mysql_myisam_sort_buffer_size: "0"
mysql_join_buffer_size: 262144

gitea_config:
no_section:
Expand Down

0 comments on commit e728a9c

Please sign in to comment.