HOw to improve the performance of VM in Azure

SANDEEP SHETTY 0 Reputation points
2023-12-14T09:46:25.2733333+00:00

I have hosted only Tally Application in one of my Azure Instance . Even though i have added 2 cores CPU and 8 GB RAM some times VM gets hanged

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,469 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,152 questions
Windows Performance Toolkit
Windows Performance Toolkit
A collection of Microsoft performance monitoring tools that produce in-depth performance profiles of Windows operating systems and applications.
82 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Basil Damra 150 Reputation points
    2023-12-14T12:33:04.3066667+00:00

    I suggest using performance diagnostics while the issue in occurring, this will give you more details and visibility on what's going on.

    check this for more details https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/performance-diagnostics

    0 comments No comments

  2. Carmina Dumitrescu 0 Reputation points Microsoft Employee
    2023-12-15T08:41:54.26+00:00

    You might get limited because of hitting the VM limits OR disk limits of your VM. It is important to understand your limits. Take a performance diagnostic https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/performance-diagnostics and download the results. It will give you some hints for sure.

    0 comments No comments

  3. Hania Lian 8,106 Reputation points Microsoft Vendor
    2023-12-18T01:40:05.51+00:00

    Hello SANDEEP SHETTY

    If the system gets hanged after increasing the resource, check if we could press Ctrl+ALT+DEL button, it will always open task manager. Then check which process eats large resource. If there is no response by pressing CTL+ALT+DEL, then the system is completely stuck, which can only be restarted. I suggest that you could use WPT tool to capture performance trace or capture a Azure VM memory dump for analysis. I will be better to contact Microsoft telephone support for help with analysis.

    Before this, some methods you could try to check:

    1.If the system has installed security software, I suggest that disable it and firewall to check.

    2.Check resource utilization: Monitor the resource utilization of your VM, including CPU, RAM, and disk usage. Use Azure Monitor or other monitoring tools to identify any spikes or excessive resource consumption that could be causing the hang. If you notice high utilization during the hang, you may need to consider scaling up your VM resources or optimizing your Tally application.

    3.Consider VM size and configuration: Evaluate whether the current VM size and configuration are appropriate for the workload of your Tally application. If the hangs persist even with increased CPU and RAM, you may need to consider scaling up to a higher VM size or using a different VM series that better suits your application’s requirements.

    Best Regards,

    Hania Lian

    0 comments No comments