Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link orchagent against jemalloc (#3513)
<!-- Please make sure you have read and understood the contribution guildlines: https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md 1. Make sure your commit includes a signature generted with `git commit -s` 2. Make sure your commit title follows the correct format: [component]: description 3. Make sure your commit message contains enough details about the change and related tests 4. Make sure your pull request adds related reviewers, asignees, labels Please also provide the following information in this pull request: --> ADO 30554092 **What I did** Force orchagent to use `jemalloc` instead of the standard glibc `malloc` implementation. **Why I did it** Glibc's `malloc` implementation can result in memory fragmentation which prevents orchagent from returning freed memory to the kernel - this results in excessively high memory utilization. **How I verified it** **Details if related**
- Loading branch information