Skip to content

Commit

Permalink
Add note about LD_PRELOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec authored Apr 20, 2017
1 parent 93fd726 commit 3a4c8bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Example, in your Procfile:
web: jemalloc.sh bundle exec puma -C config/puma.rb
```

Setting LD_PRELOAD can sometimes mess with the building of an app - if you're seeing errors during slug compilation, try removing LD_PRELOAD and just using `jemalloc.sh`.

### Composed

[Heroku now supports using multiple buildpacks for an app](https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app).
Expand Down

0 comments on commit 3a4c8bf

Please sign in to comment.