ubuntuusers.de

increase buffer pool at least up to 20MB.

Status: Ungelöst | Ubuntu-Version: Server 20.04 (Focal Fossa)
Antworten |

xylit

Anmeldungsdatum:
22. September 2016

Beiträge: 138

Hallo,

ich betreibe einen Webserver "Server version: 10.1.48-MariaDB-0+deb9u2". Der MysqlServer hängt sich gefühlt alle zwei Stunden auf. Ein systemctl restart mariadb geht gar nicht mehr. Bei einem Shutdown des Servers kommt die Meldung, dass der Mysql Server noch am laufen ist. Ca. nach 4 Minuten kann ich den neustart durchführen.

Im Apache Log sind jede Menge Fehler vorhanden "Nextcloud".

Im MYSQL Log /var/log/mysql/error.log habe ich folgende meldung!

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
2022-01-27 14:14:41 140326604025216 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB.

2022-01-27 14:14:41 140326604025216 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2022-01-27 14:14:41 140326604025216 [Note] InnoDB: The InnoDB memory heap is disabled
2022-01-27 14:14:41 140326604025216 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2022-01-27 14:14:41 140326604025216 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2022-01-27 14:14:41 140326604025216 [Note] InnoDB: Compressed tables use zlib 1.2.8
2022-01-27 14:14:41 140326604025216 [Note] InnoDB: Using Linux native AIO
2022-01-27 14:14:41 140326604025216 [Note] InnoDB: Using generic crc32 instructions
2022-01-27 14:14:41 140326604025216 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2022-01-27 14:14:41 140326604025216 [Note] InnoDB: Completed initialization of buffer pool
2022-01-27 14:14:41 140326604025216 [Note] InnoDB: Highest supported file format is Barracuda.
2022-01-27 14:14:42 140326604025216 [Note] InnoDB: 128 rollback segment(s) are active.
2022-01-27 14:14:42 140326604025216 [Note] InnoDB: Waiting for purge to start
2022-01-27 14:14:42 140326604025216 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.49-89.0 started; log sequence number 97928636351
2022-01-27 14:14:44 140325985150720 [Note] InnoDB: Dumping buffer pool(s) not yet started
2022-01-27 14:14:44 140326604025216 [Note] Plugin 'FEEDBACK' is disabled.
2022-01-27 14:14:44 140326604025216 [Note] Server socket created on IP: '127.0.0.1'.
2022-01-27 14:14:48 140326604025216 [Note] /usr/sbin/mysqld: ready for connections.
Version: '10.1.48-MariaDB-0+deb9u2'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  Debian 9.13

Meine Vermutung ist "buffer pool at least up to 20MB.". Könnte das sein?

Ich wollte diesen Wert ändern, aber ich finde hierzu keine Doku, mit der ich etwas anfangen könnte.

danke

liebe grüsse

Antworten |