Skip to content

Instantly share code, notes, and snippets.

@sokil
Created October 25, 2016 12:30
Show Gist options
  • Save sokil/9e324126e297c76edd37a712fdd18dce to your computer and use it in GitHub Desktop.
Save sokil/9e324126e297c76edd37a712fdd18dce to your computer and use it in GitHub Desktop.
SELECT @@max_heap_table_size;
SET GLOBAL max_heap_table_size = 1024 * 1024 * 1024 * 2;
SET max_heap_table_size = 1024 * 1024 * 1024 * 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment