1. 首页
  2. 数据库
  3. 其它
  4. mysql Sort aborted: Out of sort memory consider increasing server sort buffer si

mysql Sort aborted: Out of sort memory consider increasing server sort buffer si

上传者: 2020-12-22 08:04:09上传 PDF文件 61.61KB 热度 23次
今天在检查mysql服务器的时候提示Sort aborted: Out of sort memory, consider increasing server sort buffer size,安装字面意思就是 sort内存溢出,考虑增加服务器的排序缓冲区(sort_buffer_size)大小 sort_buffer_size=3M join_buffer_size = 3M 下面是针对16G 内存设置的参数: sort_buffer_size = 2M # Sort_Buffer_Size 是一个connection级参数,在每个connection(session)第一次需要使用这个bu
下载地址
用户评论