Running Multiple Configs Uses Fewer Resources
Something I've just recently learned is that a larger config should be broken into smaller, individual ones... the reason being that it saves your processor's resources. Another advantage to doing this is that editing a certain part of your config is easier if it exists on its own.
Right now, I have 5 separate configs that are running:
- Weather
- CPU
- HD (Hard Disks)
- Network
- Shutdown (Shutdown, Restart, Logoff)
The way to make these all run at once is simple. Go ahead and set your default instance of Samurize to a config such as Weather, by right-clicking on the tray icon and selecting the config.
In your Startup folder, you should already have one shortcut of Samurize, and that one will now be for Weather. Now, copy that shortcut and paste it again in Startup so that you have two instances of Samurize. Right-click and select the Properties of the new shortcut. In the Target field, add "i=CPU" to the end of the line so that your target will look like this:
"D:\Program Files\Samurize\Client.exe" i=CPU
This shortcut is specifically for your CPU config, so double-click the new shortut and select the CPU config by right-clicking on the "Samurize Client CPU" tray icon. ("CPU" will replace "default" as the name of that system tray icon.)
Continue doing this with each config that you want to run. By adding the "i=x" ('x' being whatever config name), Samurize will distinguish it as a separate instance and run each simultaneously.
After doing this, my processor usage dropped from around 25% to just 10%. If you have a lot of meters going, or your config is spread out across the entire desktop, then I really recommend doing this to free up some resources.