What's new

MariaDB stopped working

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

ATAGA

New Around Here
Installing MariaDB/MySQL system tables in '/opt/var/mysql/' ...
2020-02-19 20:21:14 0 [Warning] InnoDB: Failed to set memory to MADV_DONTDUMP: Function not implemented ptr 0x7f88000000 size 134217728
2020-02-19 20:21:14 0 [Warning] InnoDB: Failed to set memory to MADV_DONTDUMP: Function not implemented ptr 0x7f80000000 size 134217728
.....

Does anyone know how to disable the MADV_DONTDUMP variable so that the InnoDB engine does not throw an error?.

I have tried without success:

[mysqld]
innodb_buffer_pool_size=8G
core-file
core-nodump=NONE


or

[mysqld]
innodb_buffer_pool_size=8G
core-file
core-nodump=INNODB_BUFFER_POOL


Before reinstalling everything I made a copy and it works perfectly, I don't know that they updated that it stopped working ....
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top