当我运行redis make test时,我得到了这些错误。
Makefile:242: recipe for target 'test' failed
make[1]: *** [test] Error 1
make[1]: Leaving directory '/tmp/redis-stable/src'
Makefile:6: recipe for target 'test' failed
make: *** [test] Error 2以下是错误
Slave should be able to synchronize with the master in tests/integration/replication-psync.tcl我使用的是ubuntu 16 + apache
发布于 2018-07-12 17:25:24
在内存为512mb的DO droplet上运行make test时,我遇到了同样的错误。谷歌了一些解决方案,但没有任何帮助,直到我调整液滴大小到1 1gb的内存。
错误消失了,我已经通过了测试。
也许你遇到了同样的问题,缺少内存。
发布于 2019-01-07 13:50:04
我得到了同样的错误,所以,根据Audrey的建议,我发现我的所有RAM都被其他应用程序占用了,所以我释放了一些RAM (~ 2 2GB)并使其正常工作
https://stackoverflow.com/questions/48425998
复制相似问题