dedicated cpu [message #56739] |
Tue, 22 April 2003 02:39 |
Aasheesh
Messages: 1 Registered: April 2003
|
Junior Member |
|
|
I have a IBM server with dual processor.
I would like to assign one processor dedicatedly for Oracle and the other for other applications.
The OS is W2K and the Oracle version is 8.1.5.
How to set the above?
Aasheesh
|
|
|
Re: dedicated cpu [message #56759 is a reply to message #56739] |
Tue, 22 April 2003 13:07 |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
You cannot do that on Windows yet.
If you had Solaris, that would be easy. Simple you can use psrset and pbind commands to bind a process to particular CPU. But again the CPU processes assigned to user-created processor sets will run only LWPs that have been bound to that processor set, but system processor sets may run other LWPs as well. You cannot restrict other processes from using the CPU. Even with nice command if the main process is idle, other will jump in and use the cycles.
Hope that helps,
clio_usa
OCP - DBA
Visit our Web site
|
|
|