国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

線上出現(xiàn)報(bào)錯(cuò) Memory allocation error:

leedom

問(wèn)題描述

線上打包二進(jìn)制部署項(xiàng)目, 一個(gè)接口出現(xiàn)報(bào)錯(cuò)

PDOException:SOLSTATE[HY001]: Memory allocation error: 1038 0ut of sort memory,
consider increasing server sort buffer size in phar:/.../vendor/illuminate/database/connection.php

程序代碼

$paginator = $model->orderByDesc("created_at")->orderBy($orderBy, $asc)->paginate($page_size);
$total = $paginator->total();
$items = $paginator->items();

截圖報(bào)錯(cuò)信息里報(bào)錯(cuò)文件相關(guān)代碼

數(shù)據(jù)庫(kù)設(shè)置

[mysqld] 
sort_buffer_size = 256000000

操作系統(tǒng)及workerman/webman等框架組件具體版本

centos
"workerman/webman-framework":1.5.16

請(qǐng)教問(wèn)題應(yīng)該是在哪里?本地部署沒(méi)有這種情況

737 2 0
2個(gè)回答

lsmir2

這個(gè)錯(cuò)誤是數(shù)據(jù)庫(kù)的

  • 暫無(wú)評(píng)論
rbb

mysql報(bào)的【PDOException:SOLSTATE[HY001]:Memory allocation error: 1038 0ut of sort memory,】

  • 暫無(wú)評(píng)論
??