Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Limiting CPU usage for a user

Re: Limiting CPU usage for a user

From: Yong Huang <yong321_at_yahoo.com>
Date: 23 Aug 2002 10:52:18 -0700
Message-ID: <b3cb12d6.0208230952.3137501d@posting.google.com>


srivenu_at_hotmail.com (srivenu) wrote in message news:<1a68177.0208222047.47de1489_at_posting.google.com>...
> If you are using Solaris, try Processor sets (psrset) and process binding (pbind)

Processor sets allow some processes to bind to certain processors, in effect disabling the concept of symmetric multiprocessing. That has nothing to do with limiting CPU usage for some users. If you want to limit some users' CPU usage, put ulimit -t [some number] in their ~/.profile. But this can only limit client application CPU usage. The Oracle server side shadow processes all have owner oracle. Therefore, your suggestion of doing it at the OS level doesn't sound a good idea.

Yong Huang Received on Fri Aug 23 2002 - 12:52:18 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US