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
I was able to reach more than 100 MiB ram usage on the server by issuing /cacerts requests.
This only happens when using TLS mutual authentication.
When i use http authentication it stops increasing heap after reaching 28.8 MiB.
The analysis with valgrind memcheck does not find any memory leaks.
Instructions for reproduction:
server:
#create CA for the servercd example/server/
./createCA.sh
#launch server
./runserver.sh
I was able to reach more than 100 MiB ram usage on the server by issuing /cacerts requests.
This only happens when using TLS mutual authentication.
When i use http authentication it stops increasing heap after reaching 28.8 MiB.
The analysis with valgrind memcheck does not find any memory leaks.
Instructions for reproduction:
server:
client:
look at the increasing memory of the process lt-estserver.
You can speed up the process by running multiple clients (i used three clients).
The text was updated successfully, but these errors were encountered: