Cosmos DB Emulator Excessive CPU usage

Viewed 299

Since upgrading to version 2.14.5 of the Cosmos DB emulator, I'm seeing high CPU usage by what appears to be the tray icon process (Microsoft.Azure.Cosmos.Emulator.exe). See below, using up most of a CPU core constantly on an Intel i9-12900K. This was an upgrade from 2.14.4 on Windows 11.

Anyone from the emulator team know what might be going on? Seems like the process is doing something silly, given the system is otherwise quiet and the process is not actually doing anything related to serving requests.

Also worth noting is that opening the "About Azure Cosmos Emulator" dialog immediately drops the CPU usage to 0. When closing the dialog, usage jumps back.

enter image description here

1 Answers

This appears to have been fixed with release of version 2.14.6

Related