Can I set maximum memoery and processor use?

P

process

I do a lot of programming and handle large datasets and it really
pisses me off when a program uses up all the memory or processor.

It cripples the computer and makes it useless for minutes on and
sometimes I have to shut it down.

Is there a wat to set a maximum limit on memory and processor use?

And the task manager is pretty dumb. The times I need to use it it
doesnät respond either. Shouldn't it override everything and always be
callable? Isn't that kind of the point?
 
M

Mike Brannigan

No - if you need precise control over Memory and CPU usage you will need to
use Windows System Resource Manager - a capability of Windows Server 2008 or
a download for Windows Server 2003.
The client operating systems such as Vista do not have such a feature - you
can however alter a processes priority and affinity (which CPU cores it runs
on) from within Task Manager - This may be sufficient for your needs (if you
have a multi core system).

--

Mike Brannigan


I do a lot of programming and handle large datasets and it really
pisses me off when a program uses up all the memory or processor.

It cripples the computer and makes it useless for minutes on and
sometimes I have to shut it down.

Is there a wat to set a maximum limit on memory and processor use?

And the task manager is pretty dumb. The times I need to use it it
doesnät respond either. Shouldn't it override everything and always be
callable? Isn't that kind of the point?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top