Add note about taxonomy size requiring tuning authored by Jeffery Antoniuk's avatar Jeffery Antoniuk
......@@ -140,6 +140,11 @@ MariaDB
* To test, set dynamically (not retained beyond restarts)
* via the MariaDB CLI - `set global innodb_buffer_pool_size = 1342177290;`
* or `show global variables like "innodb_buffer_pool_size";`
* If significant numbers of Drupal taxonomy items, for example, person or subject:
* For example, the following error occurs when viewing: " PHP message: Failed to log error: Warning: Packets out of order. Expected 3 received 2. Packet size=60 in Drupal\Core\Database\StatementWrapper->execute() (line 145 of /var/www/drupal/web/core/lib/Drupal/Core/Database/StatementWrapper.php). #0 /var/www/drupal/web/core/includes/bootstrap.inc(347): _drupal_error_handler_real()"
* increase: `show global variables like "max_allowed_packet";`
PHP / NGINX
......
......