|
7#
發表于 2023-1-15 18:36:10
|
只看Ta
- InnoDB: page_cleaner: 1000ms intended loop took 5586ms. The settings might not be optimal. (flushed=128 and evicted=336, during the time.)For more information, see Help and Support Center at http://www.mysql.com.
復制代碼- 2023-01-15T10:17:36.266581Z 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 6253ms. The settings might not be optimal. (flushed=374 and evicted=154, during the time.)
- 2023-01-15T10:18:51.681066Z 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 9594ms. The settings might not be optimal. (flushed=535 and evicted=215, during the time.)
- 2023-01-15T10:21:40.868902Z 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 8006ms. The settings might not be optimal. (flushed=555 and evicted=136, during the time.)
復制代碼
卡在pre_forum_post這張表上了,message大概2G左右,http://127.0.0.1/install/update_adult.php?step=innodb&table=pre_forum_post&scheme=1,已經無法下一步,MySQL改了innodb_lru_scan_depth, innodb_io_capacity, innodb_buffer_pool_instances,等參數,瀏覽器超時,大概一個小時不到會提示一次超時,服務器是雙核8G內存的比較渣。 |
|