include include include "include/jemalloc/jemalloc.h" typedef struct T1 { char c[4]; } T1; void print_my_jemalloc_data(void opaque, const char buf); i ...
分类:
其他好文 时间:
2018-03-26 00:51:01
阅读次数:
174
简介######数据库目录/usr/local/mysql##################数据目录/data/mysql##################慢日志目录/data/slowlog##################端口号默认3306其余参数按需自行修改############安装脚本#!/bin/bashcd/usr/local/src/if[!-fmysql-5.7.21-li
分类:
数据库 时间:
2018-01-31 16:08:44
阅读次数:
306
[root@localhost opt]# cat tun_ins.sh#!/bin/bash ################################################################# Base plform for x86_64 bit_CentOS6 # ...
分类:
系统相关 时间:
2017-12-14 19:31:17
阅读次数:
285
一、Redis 安装 yum install -y epel-releaseyum install -y gcc jemalloc-devel wgetcd /usr/local/srcwget https://codeload.github.com/antirez/redis/tar.gz/2.8 ...
分类:
数据库 时间:
2017-11-26 00:47:52
阅读次数:
246
gcc编译redis时报错: 原因是jemalloc重载了Linux下的ANSI C的malloc和free函数。解决办法:make时添加参数。 ...
分类:
其他好文 时间:
2017-11-16 11:35:33
阅读次数:
129
zmalloc.h:50:31: error: jemalloc/jemalloc.h: No such file or directoryzmalloc.h:55:2: error: #error "Newer version of jemalloc required"make[1]: *** [ ...
分类:
其他好文 时间:
2017-10-10 13:11:40
阅读次数:
104
一,安装redis [root@localhost redis-2.8.9]# make MALLOC=jemalloc cd src && make allmake[1]: Entering directory `/home/redis-2.8.9/src' CC adlist.o在包含自 adl ...
分类:
其他好文 时间:
2017-09-29 21:27:33
阅读次数:
258
安装rediswgethttp://download.redis.io/releases/redis-3.0.7.tar.gztarxzfredis-3.0.7.tar.gzln-sredis-3.0.7redisyuminstallgcc-ymake##zmalloc.h:50:31:致命错误:jemalloc/jemalloc.h:没有那个文件或目录README说的是关于分配器allocator,如果有MALLOC这个环境变量,会..
分类:
其他好文 时间:
2017-07-27 22:43:56
阅读次数:
124