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'm using shush_linux_amd64 version 1.4.X on the latest amazonlinux:latest docker image and have noticed that decryption takes roughly 20 seconds on a container with 2cpu 4GB memory. Version 1.3.4 returns a result instantly.
Test steps:
shush encrypt KEY-ID "Test" > encrypted
shush decrypt < encrypted
Timings:
v1.3.4
real 0m0.063s
user 0m0.031s
sys 0m0.004s
v1.4.0
real 0m20.400s
user 0m0.046s
sys 0m0.000s
v1.4.1
real 0m20.394s
user 0m0.037s
sys 0m0.008s
What are shush's core dependencies? Perhaps I need to update those in my docker image.
Thank you
The text was updated successfully, but these errors were encountered:
shush does not dynamically load libraries. shush's dependencies are linked into a single static binary at build time. It's very unlikely that updating your docker image will help.
Hello,
I'm using shush_linux_amd64 version 1.4.X on the latest amazonlinux:latest docker image and have noticed that decryption takes roughly 20 seconds on a container with 2cpu 4GB memory. Version 1.3.4 returns a result instantly.
Test steps:
Timings:
v1.3.4
v1.4.0
v1.4.1
What are shush's core dependencies? Perhaps I need to update those in my docker image.
Thank you
The text was updated successfully, but these errors were encountered: