flycat

MariaDB settings

Sep 10th, 2025 (edited)
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bind-address            = 0.0.0.0
  2. max_connections        = 500
  3. large-pages
  4. performance_schema      = On
  5. query_cache_size        = 0
  6. query_cache_limit       = 5M
  7. join_buffer_size        = 5M
  8. skip-name-resolve       = On
  9. max_allowed_packet     = 1G
  10. innodb_buffer_pool_size = 11G
  11. innodb_flush_method=O_DIRECT
  12. innodb_log_file_size = 150M
  13.  
  14. innodb_file_per_table=true
  15.  
Tags: mysql mariadb
Advertisement
Add Comment
Please, Sign In to add comment