-
Notifications
You must be signed in to change notification settings - Fork 0
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
ARM64 version seems incredibly slow #3
Comments
Oh and just to add, building the binary and running it outside of docker on the ubuntu host works fine. |
I'll have to look, not sure why that would be the case. |
I'm not able to duplicate this. Launched a t4g.micro instance, installed docker, using ubuntu 20.04 arm64 ami version: "2.1" services: Linux ip-172-30-2-187 5.11.0-1022-aws pottava#23~20.04.1-Ubuntu SMP Mon Nov 15 14:04:48 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux [2022-01-18 04:20:54 -0000] "GET / HTTP/1.1" 200 202504 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0" 0.127 I see the times in the logs above and in my browser to be under 1/10th of a second. |
seems to be related to instance role v2 format aws released into the sdk you have to raise the response hops for it to work correctly inside of docker. aws ec2 modify-instance-metadata-options |
Hey,
Thanks for the fork and the ARM64 build.
I've been trying them out on some ec2 instances, however with exact same configuration, the arm64 version takes minutes to return a page vs the amd64 version(milliseconds).
They are both in the same VPC, and the same instance role.
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: