You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ Moment from video:
18
18
19
19
20
20
## TODO:
21
-
- Hook and rewrite VirtualAlloc and VirtualAllocEx to VirtualAllocExNuma for each NUMA node
21
+
- Hook and rewrite VirtualAlloc to VirtualAllocExNuma for each NUMA node
22
+
- Hook any OpenProcess and CreateProcess for migrate to other NUMA nodes
22
23
- Hook any method detect cores and threads
23
24
- Hook open process as double-click or context menu right-click for non-PRO users not to run cmd.exe or powershell
24
25
@@ -40,7 +41,8 @@ No one forces you to do this, but you will notice how power consumption CPUs wil
40
41
41
42
Windows scheduler has to allocate the highest frequency to calculate task faster, while second node is idle, performing background tasks unrelated to main working desired process used.
42
43
43
-
## Tested on:
44
+
## Requirements:
45
+
- Minimum version Windows 11 (I will try to make version lower)
0 commit comments