serving icon indicating copy to clipboard operation
serving copied to clipboard

Building tensorflow serving with TCMalloc

Open jeongukjae opened this issue 1 year ago • 1 comments

Feature Request

Describe the problem the feature is intended to solve

Recently I found that building tensorflow serving with tcmalloc and set soft limit can mitigating these kind of memory issue: https://github.com/tensorflow/serving/issues/2142 , https://github.com/tensorflow/serving/issues/1664. Also, I could get slightly better performances.

Here's what I did.

Describe the solution

How about providing tensorflow serving compiled with tcmalloc? I know I can use jemalloc instead, but jemalloc has so much configurations, while tcmalloc doesn't. It is easy to use and has great performance.

jeongukjae avatar Sep 20 '23 02:09 jeongukjae

@jeongukjae,

Thank you for filing this feature request. We will discuss this feature implementation internally and update this thread. Thanks.

singhniraj08 avatar Sep 22 '23 08:09 singhniraj08