You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be start using mimalloc allocator in tls lib and to be able to account allocations done using tls lib to be able to monitor our server used memroy with memory stats command
The text was updated successfully, but these errors were encountered:
* feat(server): Use mimalloc in SSL calls
Until now, OpenSSL used `malloc()` directly. This PR overrides it to use
mimalloc.
Fixes#2709
* Add generate-tls-files.sh
* feat(server): Use mimalloc in SSL calls
Until now, OpenSSL used `malloc()` directly. This PR overrides it to use
mimalloc.
Fixes#2709
* Add generate-tls-files.sh
We want to be start using mimalloc allocator in tls lib and to be able to account allocations done using tls lib to be able to monitor our server used memroy with memory stats command
The text was updated successfully, but these errors were encountered: