styer Posted January 14, 2008 Report Share Posted January 14, 2008 I have a macro using macro express doing very simple mouse and keyboard task but it always use 100% of my CPU (Pentium 4), therefore i can't use my other applications to do some task. Is there anyway to lessen CPU consumption of macros? Quote Link to comment Share on other sites More sharing options...
kevin Posted January 14, 2008 Report Share Posted January 14, 2008 There are several tips about CPU utilization found in these knowledgebase articles: My CPU gets maxed out (verified in Windows Task Manager) while running a macro and Optimizing Macro Express CPU Utilization. Quote Link to comment Share on other sites More sharing options...
breadbox88 Posted September 16, 2013 Report Share Posted September 16, 2013 The problem: high CPU usage when running timed based macros. Applies to: both v.3 and v.4 The fix: change the Delay Type (under Set Delay) from the default [Delay in Seconds] to [Timed Delay in Seconds] This issue plagued me for years. I recreated most of my macros in AutoHotkey since it could run the same processes without dragging down the computer. Problem is AutoHotkey lacks the ease of use that is MacroExpress. The fix is to change the Delay Type from the default [Delay in Seconds] to [Timed Delay in Seconds]. Don't know why it makes a difference but a macro that pegged all cores on my 32GB 3.5GHz i7 at over 90% usage will show no CPU usage with the switch. I stumbled across this fix a loooong time ago but being the ass that I am I never shared the info. And, since I haven't see this fix posted elsewhere I'm going to spam it anywhere I see peeps asking about CPU overload. Better late than never... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.