James Douglass L.

Results 13 comments of James Douglass L.

I am using actix as well as a backend web server. And it seems like it is leaking memory. Even though the server is not receiving incoming request, the memory...

I would not state about the language. i would state about the specific library we're using. We should understand the problem and have feedbacks about why this is happening. there...

Rust is just a tool, if you used it not properly it will yield undesirable effects. it's just what needed to be understood here. Hope we have an answer from...

By the way, I also use the Same **Actix.zip** file, and i am able to reproduce the memory leak with a rust load testing tool called **drill**. ```shell cargo install...

> > By the way, I also use the Same **Actix.zip** file, and i am able to reproduce the memory leak with a rust load testing tool called **drill**. >...

> This issue may be related to this problem - [rust-lang/rust#73307](https://github.com/rust-lang/rust/issues/73307) @qarmin Thanks for pointing us to one similar issue opened at Rust lang. It seems like the issue is...

> > > > By the way, I also use the Same **Actix.zip** file, and i am able to reproduce the memory leak with a rust load testing tool called...

> This issue may be related to this problem - [rust-lang/rust#73307](https://github.com/rust-lang/rust/issues/73307) @zqlpaopao Thanks once again for this link above about the issue which is opened to Rust lang itself. I...

> > > This issue may be related to this problem - [rust-lang/rust#73307](https://github.com/rust-lang/rust/issues/73307) > > > > > > @zqlpaopao Thanks once again for this link above about the issue...

I did a test with **libtcmalloc.so** as LD_PRELOAD. it doesn't perform better than **libjemalloc.so** in my case. For my scenario with actix jemalloc really performs very well. This is a...