Created
October 25, 2016 12:30
-
-
Save sokil/9e324126e297c76edd37a712fdd18dce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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