Skip to content

Commit

Permalink
variables: Increase default innodb_buffer_pool_size to 4GiB (#57460)
Browse files Browse the repository at this point in the history
close #57459
  • Loading branch information
sunxiaoguang authored Nov 18, 2024
1 parent 4f047be commit d86a366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sessionctx/variable/noop.go
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ var noopSysVars = []*SysVar{
{Scope: ScopeNone, Name: "report_port", Value: "3306"},
{Scope: ScopeGlobal | ScopeSession, Name: ShowOldTemporals, Value: Off, Type: TypeBool},
{Scope: ScopeGlobal, Name: "query_cache_limit", Value: "1048576"},
{Scope: ScopeGlobal, Name: "innodb_buffer_pool_size", Value: "134217728"},
{Scope: ScopeGlobal, Name: "innodb_buffer_pool_size", Value: "4294967296"},
{Scope: ScopeGlobal, Name: InnodbAdaptiveFlushing, Value: On, Type: TypeBool, AutoConvertNegativeBool: true},
{Scope: ScopeGlobal, Name: "innodb_monitor_enable", Value: ""},
{Scope: ScopeNone, Name: "date_format", Value: "%Y-%m-%d"},
Expand Down

0 comments on commit d86a366

Please sign in to comment.