-
What happened? I am trying to run the example code but have had no luck. It always keeps hanging the AWS instance Version and System configurations Go Version: go version go1.19 linux/amd64 Steps to reproduce
When I ran the code in tmux and tried checking from outside of tmux to know if the hang is because of too much usage of CPU/memory using the command top. It's shown that the command "compile" is taking too much CPU power and memory If I keep running it like this for 5-10 mins, I can't be able to access my instance again. Tried the same procedure in multiple instances but the issue was not resolved |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Can you try to compile the source first? Use |
Beta Was this translation helpful? Give feedback.
Can you try to compile the source first? Use
go build
to compile it to a binary file then execute.