jace
dotnet core 8 application runs very slow/breaks if I run as sudo but fast/no issues as non sudo. Why
On Amazon Linux 2023 t3.medium (2 vCPU, 4GB).
Literally running
dotnet app.dll
runs the app perfectly but sudo dotnet app.dll
has issues and runs much more slowly. Weird issues like:
flurl.Http.FlurlParsingException: Response could not be deserialized to JSON
No clue what's going on here and why the change is so drastic between running default ssm-user
and root
23 replies