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

use memory resource with tls #2709

Closed
adiholden opened this issue Mar 10, 2024 · 0 comments · Fixed by #2710
Closed

use memory resource with tls #2709

adiholden opened this issue Mar 10, 2024 · 0 comments · Fixed by #2710
Assignees
Labels
bug Something isn't working

Comments

@adiholden
Copy link
Collaborator

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

@adiholden adiholden added the bug Something isn't working label Mar 10, 2024
chakaz added a commit that referenced this issue Mar 10, 2024
Until now, OpenSSL used `malloc()` directly. This PR overrides it to use
mimalloc.

Fixes #2709
chakaz added a commit that referenced this issue Mar 10, 2024
Until now, OpenSSL used `malloc()` directly. This PR overrides it to use
mimalloc.

Fixes #2709
chakaz added a commit that referenced this issue Mar 11, 2024
* 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
kostasrim pushed a commit that referenced this issue Mar 11, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants