heroku应用程序存在内存泄漏问题。显而易见的解决方案是将默认内存分配器转换为jemalloc,这在其他heroku应用程序中表现出了很多优点。在本地,我正试图通过将RubyonRails应用程序转换为使用jecalloc来进行开发。
我遵循这一点:在安装ruby和jemalloc以及其他解决方案时出错。但是,我得到了一个错误:
Error running 'requirements_debian_libs_install libssl-dev',
please read /home/swordfish/.rvm/log/1625785997_ruby-2.6.3/package_install_libssl-dev.log
Requirements installation failed with status: 100
这个错误是在我运行时发生的 rvm install 2.6.3 -C --with-jemalloc
或者你看到的其他人。
ubuntu-v18.04
ruby-v2.6.3
轨道-v6
rvm-v 1.29.12
关键是我已经安装并确认我的已安装aps列表中确实有libssl dev。就好像ruby找不到库一样。
对该问题或解决方案有何见解??
暂无答案!
目前还没有任何答案,快来回答吧!