Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation for LD_PRELOAD and tcmalloc #5161

Merged
merged 3 commits into from
Dec 12, 2022
Merged

Update documentation for LD_PRELOAD and tcmalloc #5161

merged 3 commits into from
Dec 12, 2022

Conversation

krishung5
Copy link
Contributor

No description provided.

LD_PRELOAD=/usr/lib/$(uname -m)-linux-gnu/libtcmalloc.so.4:${LD_PRELOAD} tritonserver --model-repository=/models ...
```
The tcmalloc library is already installed within Triton container. You can also
install tcmalloc using `apt-get install gperf libgoogle-perftools-dev`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Send the installation instructions in their own block.

apt-get install gperf libgoogle-perftools-dev

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

@krishung5 krishung5 merged commit 2fa2ceb into main Dec 12, 2022
@krishung5 krishung5 deleted the krish-doc branch December 12, 2022 18:51
mc-nv pushed a commit that referenced this pull request Dec 15, 2022
* Update documentation for LD_PRELOAD and tcmalloc

* Fix up

* Address comment
mc-nv pushed a commit that referenced this pull request Dec 15, 2022
* Update documentation for LD_PRELOAD and tcmalloc

* Fix up

* Address comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants