redis 安装报错 jemalloc/jemalloc.h: No such file or directory

在尝试安装Redis时遇到了jemalloc/jemalloc.h文件缺失的错误。错误产生的原因是首次编译失败后,未清除残留文件。正确的解决方法是清理编译残留并重新编译。尽管一些网上教程建议的解决方法最终也能完成安装,但可能带来安全隐患,因为它们没有使用jemalloc作为内存分配器,而jemalloc在处理内存碎片方面优于libc。
摘要由CSDN通过智能技术生成

错误内容:

jemalloc/jemalloc.h: No such file or directory。
报错内容
针对这个错误,我们可以在README.md 文件中看到解释。


Selecting a non-default memory allocator when building Redis is done by setting
the `MALLOC` environment variable. Redis is compiled and linked against libc
malloc by default, with the exception of jemalloc being the default on Linux
systems. This default was picked because jemalloc has proven to have fewer
fragmentation problems than libc malloc.

To force compiling against libc malloc, use:

    % make MALLOC=libc

To compile against 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值