jemalloc-rb
jemalloc-rb copied to clipboard
gem install jemalloc && bundle exec je ./script/rails s
Please updat latest version up to date so that alternet away ruby on rail performance boosting memory issue the gem malloc version is : https://github.com/jemalloc/jemalloc
How to use this in aws elastic beanstalk?
Objective: we will use this gem in - GarazLab's [ruby on rails page builder](https://garazlab.com/product/ruby-on-rails-page-builder/)
```[ruby] bin/rails assets:precompile ✭ ◼ ruby(27988,0x10c21d5c0) malloc: *** malloc_zone_unregister() failed for 0x7fffb09db000 ```
This is currently not working on the latest osx. Something to do with the preload mechanism.
This includes support for --with-valgrind as Valgrind is disabled by default. Many many thanks to @andremedeiros for helping make this happen!
Hello, This is very good gem.Does this gem work with the passenger? Regards, Junaid
After upgrading from je 0.1.3 to jemalloc version 0.1.9, running bundle install (no problems reported during installation), when I run bundle exec je rspec spec, I get the following message:...