Friday, May 12, 2017

Re: [google-cloud-sql-discuss] MYSQL innodb_buffer_pool_size

Cloud SQL automatically sets InnoDB buffer pool size for you. For an db-n1-standard-4 instance it will be 11GB. You can verify this with

mysql> SHOW VARIABLES LIKE 'innodb_buffer_pool_size';
+-------------------------+-------------+
| Variable_name           | Value       |
+-------------------------+-------------+
| innodb_buffer_pool_size | 11811160064 |
+-------------------------+-------------+


On Fri, May 12, 2017 at 9:44 AM, daniel smith <acadia1337@gmail.com> wrote:
I am running a db-n1-standard-4 15gb ram sql database and the default innodb buffer size is only .5GB. I tried increasing this myself but it requires SUPER privilege. How can I increase this??

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/967183fa-1165-417b-97c4-54e321f033d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/CAJZK_bZ1_PDpMfbrZh9ox68wPh84oqOhdX%3DrDkaF0V_Vop20kg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment