Is there a way to reduce my computer power?

Discussion about everything. New games, 3d math, development tips...
Post Reply
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Is there a way to reduce my computer power?

Post by MasterGod »

Is there a way I can make my computer not to use all its power, for example make it use half its CPU as Maximum cpu usage and choose how much ram to use and stuff like that?
Basicly I want to test my app on slower computers then mine and instead of running it on lots of computers I want to run it on mine with different configurations..

So, is that possible?

EDIT:
Ps: Maybe with a virtual machine?
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

There are probably programs that you could download to do this for you, try download.com and search for something like CPU limiter?

I'm not sure but you may be able to go into the BIOS and 'underclock' your PC there maybe.

It's probably easy to limit your RAM at least, just pull out any extra memory in your motherboard leaving just one board in place.

Disclaimer: If you do this and you don't know what you're doing then don't blame me ;)
Image Image Image
CuteAlien
Admin
Posts: 9930
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

You can run other applications at the same time which do use up computing power. Same for memory. A simple application would for example be one that just runs a loop in which it reads/writes a lot of memory.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

JP wrote: Disclaimer: If you do this and you don't know what you're doing then don't blame me
I wont :), but I wont mess up with the BIOS either :roll:.

@CuteAlien - Good Idea!

Thanks guys.
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Here's a thread mentioning some programs that can limit your cpu speed.

A good use of it that they mention is to be able to play old games at sensible speeds!

CPU Limit and CPU Speed Adjusterlook like they could do the trick, you can simply set a percentage of the CPU for your application to use.
Image Image Image
Post Reply