Re: What does this error mean: No space available for static Thread Local Storage ?
- In reply to: Juraj Lutter : "Re: What does this error mean: No space available for static Thread Local Storage ?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Apr 2024 16:01:12 UTC
Hi Juraj, On 4/20/24 02:10, Juraj Lutter wrote: > When we’re at rust and memory (thread-local storage?) related: I’ve tried to run databases/qdrant > in production. It works until it’s idle. When some collections are being created/loaded, it crashes. > I have been able to track it down to malloc() called from within strdup() called from within thr_set_name(). This sounds like a serious problem. Changing an allocator to MiMalloc might help. This is an easy change. Did you report this to Rust or to quadrant? Thanks, YUri