Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docs/
*.env
13 changes: 13 additions & 0 deletions config/user.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,18 @@
# Needed for compatibility with existing SQL clients / WordPress.
default-authentication-plugin=mysql_native_password

# 1. CRITICAL: Stop MySQL 8.0.24 from misreading host memory
innodb_dedicated_server = OFF

# 2. Adjust pool size to exactly 50% of your Render RAM
# (e.g., 256M if you have a 512MB RAM plan, 512M if you have 1GB RAM)
innodb_buffer_pool_size = 1G

# 3. Prevent thread bloat from active traffic spikes
max_connections = 85

# 4. HUGE WIN: Instantly reclaims 100MB-150MB of baseline container RAM
performance_schema = OFF

# Listen on all interfaces
bind-address=0.0.0.0