i'm using **Windows Server 2012 R2** and i want to set CPU limit for **Damon** by **DAMON_CPU_LIMIT**, but [JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2](https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-jobobject_notification_limit_information_2) supported on Windows Server 2016 or higher. Is there any other ways to do that? [JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION](https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-jobobject_limit_violation_information) doesn't contain that parameter.
i'm using Windows Server 2012 R2 and i want to set CPU limit for Damon by DAMON_CPU_LIMIT, but JOBOBJECT_LIMIT_VIOLATION_INFORMATION_2 supported on Windows Server 2016 or higher. Is there any other ways to do that?
JOBOBJECT_NOTIFICATION_LIMIT_INFORMATION doesn't contain that parameter.