Hello everyone,
I am a new Proxmox user and I'm experiencing a strange performance issue that I can't figure out.
On a clean Windows Server 2022 installation, i'm using a .NET application.
On my new server, it takes 3 to 5 minutes for this application to load.
However, all other applications like Office are reacting very fast.
I also tried a clean installation of Windows Server 2019, but I encounter the same performance issues.
On a test server - Server B - , the same application starts within 10 seconds.
Specifications of my new server (Server A):
Specifications of my old server (Server B):
Output of cpufreq-info on Server A:
cpufreq-info on server A gives
	
	
	
		
I checked the CPU frequency with watch -n 1 "cat /proc/cpuinfo | grep 'MHz'".
According to the CPU benchmark test, my new CPU should performs much better:CPU Benchmark Comparison
What could be a reason that this .NET application takes so long to load on the new host?
Thank you in advance for your help!
Cor
				
			I am a new Proxmox user and I'm experiencing a strange performance issue that I can't figure out.
On a clean Windows Server 2022 installation, i'm using a .NET application.
On my new server, it takes 3 to 5 minutes for this application to load.
However, all other applications like Office are reacting very fast.
I also tried a clean installation of Windows Server 2019, but I encounter the same performance issues.
On a test server - Server B - , the same application starts within 10 seconds.
Specifications of my new server (Server A):
- CPU: 80 x Intel(R) Xeon(R) Silver 4416+ (2 Sockets)
 - RAM: 126 GB
 - Storage: NVMe disks
 
Specifications of my old server (Server B):
- CPU: 32 x Intel(R) Xeon(R) CPU E5-2667 v4 @ 3.20GHz (2 Sockets)
 - RAM: 512 GB
 - Storage: SSD disks
 
- CPU: 16 processors, 2 sockets, 8 cores (x86-64-v2-aes)
 - BIOS: Default
 - RAM: 16 GB
 
Output of cpufreq-info on Server A:
cpufreq-info on server A gives
		Code:
	
	analyzing CPU 74:
  driver: intel_pstate
  CPUs which run at the same hardware frequency: 74
  CPUs which need to have their frequency coordinated by software: 74
  maximum transition latency: 4294.55 ms.
  hardware limits: 800 MHz - 3.90 GHz
  available cpufreq governors: performance, powersave
  current policy: frequency should be within 800 MHz and 3.90 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is .... (variate per cpu)
	I checked the CPU frequency with watch -n 1 "cat /proc/cpuinfo | grep 'MHz'".
According to the CPU benchmark test, my new CPU should performs much better:CPU Benchmark Comparison
What could be a reason that this .NET application takes so long to load on the new host?
Thank you in advance for your help!
Cor