Re: MySQL 8.0: InnoDB: mmap failed; errno 12
Posted by:
Sujith S
Date: October 05, 2018 10:40AM
I am assuming that following is the rule that is being referred "Buffer pool size must always be equal to or a multiple of innodb_buffer_pool_chunk_size * innodb_buffer_pool_instances"
initial configuration I tried was
innodb_buffer_pool_size=200G
innodb_buffer_pool_instances=40
innodb_buffer_pool_chunk_size=1G
Then I tried
innodb_buffer_pool_size=192G
innodb_buffer_pool_instances=32
innodb_buffer_pool_chunk_size=1G
Both failed. Are these not following this rule(192 is a multiple of 32) or am I missing something really bad here. :(
But with following config it is working,
innodb_buffer_pool_size=100G
innodb_buffer_pool_instances=16
innodb_buffer_pool_chunk_size=256M
But anything above 100GB is failing.
Subject
Views
Written By
Posted
3979
October 05, 2018 01:58AM
1146
October 05, 2018 09:40AM
Re: MySQL 8.0: InnoDB: mmap failed; errno 12
958
October 05, 2018 10:40AM
840
October 05, 2018 11:50AM
961
October 05, 2018 12:23PM
812
October 05, 2018 02:30PM
1318
October 05, 2018 08:57PM
990
October 05, 2018 10:05PM
710
October 06, 2018 08:42AM
902
October 06, 2018 10:46PM
950
October 07, 2018 02:10AM
985
October 07, 2018 12:02PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.