arkproxy icon indicating copy to clipboard operation
arkproxy copied to clipboard

在centos8上编译成功,运行报错

Open k1n9met opened this issue 1 year ago • 2 comments

image

系统centos8,gcc8.5.0 编译成功,但是运行出错,应该怎么处理呢还是缺少了什么依赖吗?

k1n9met avatar Jun 24 '24 04:06 k1n9met

  1. 你的 arkproxy.cnf 的是怎么配置的?
  2. 日志里报的这个是否要根据实机情况看一下:

It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort. _buffer_size)*max_threads = 142762730 K bytes of memory Hope that's ok; if not, decrease some variables in the equation.

jesset avatar Jun 27 '24 10:06 jesset

  1. 你的 arkproxy.cnf 的是怎么配置的?
  2. 日志里报的这个是否要根据实机情况看一下:

It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort. _buffer_size)*max_threads = 142762730 K bytes of memory Hope that's ok; if not, decrease some variables in the equation.

就里面的那个模板就改了数据库ip账号密码,其他都没改,在centos7能用,我打进docker镜像里面跑了

k1n9met avatar Jul 02 '24 03:07 k1n9met