Algo lags in the noon than in the morning

0

I am running an Algo on EC2 instance machine and its working fine in the morning but as time passes by there is a lag of 10-20sec in order placement.

I am unable to identify the issue. The python file is of only 14KB Kindly guide where is the problem and how to rectify it.

vibhav
已提问 2 年前223 查看次数
1 回答
1

You don't say what instance type you're using. If you're using a T-series instance you should be aware that the CPU performance consumes "credits" and when they run out the performance may not be appropriate for your application. See our documentation for more information.

How can you fix this? You can use a larger instance type (which has more credits); you can launch the instance in "Unlimited" mode where you will be charged if (and only if) you run out of credits - but performance will not be impacted; or you can use a different instance type.

profile pictureAWS
专家
已回答 2 年前
  • The instance is t2.micro

  • In that case my comments above stand. When performance is "lagging", check the metric for CPU credits.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则