Remove backticks from jemalloc

jemalloc is the name of a project.
This commit is contained in:
Xavier Noria 2024-05-25 09:42:38 +02:00
parent 91f9d640bd
commit 0a9d844c9a
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ See the [announcement blog post for some before/after images](https://rubyonrail
like Puma does. Switching to an allocator that uses different patterns to avoid fragmentation can decrease memory usage
by a substantial margin.
Rails 7.2 now includes [`jemalloc`](https://jemalloc.net/) in the default Dockerfile to optimize memory allocation.
Rails 7.2 now includes [jemalloc](https://jemalloc.net/) in the default Dockerfile to optimize memory allocation.
### Suggest puma-dev configuration in bin/setup