Thread: Adjustin Priority levels..
Hi All, Is there a quick way to adjust the nice level of postgresql? like in the configuration file or something. PostgreSQL itself is running at a higher priority then I want to too... Chris Bowlby, ----------------------------------------------------- Manager of Information and Technology. excalibur@hub.org www.hub.org 1-902-542-3657 -----------------------------------------------------
> Is there a quick way to adjust the nice level of postgresql? like in the > configuration file or something. PostgreSQL itself is running at a higher > priority then I want to too... You could always put a "nice" command in your startup script.... steve
On Fri, 20 Sep 2002, Steve Wolfe wrote: Would that also apply to any children that the master process spawns? > > Is there a quick way to adjust the nice level of postgresql? like in > the > > configuration file or something. PostgreSQL itself is running at a > higher > > priority then I want to too... > > You could always put a "nice" command in your startup script.... > > steve > > > ---------------------------(end of broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org > Chris Bowlby, ----------------------------------------------------- Manager of Information and Technology. excalibur@hub.org www.hub.org 1-902-542-3657 -----------------------------------------------------
> Would that also apply to any children that the master process spawns? Yes, the forked-off children will inherit the nice level. steve
Chris Bowlby wrote: > > On Fri, 20 Sep 2002, Steve Wolfe wrote: > > Would that also apply to any children that the master process spawns? Absolutely. Jan > > > > Is there a quick way to adjust the nice level of postgresql? like in > > the > > > configuration file or something. PostgreSQL itself is running at a > > higher > > > priority then I want to too... > > > > You could always put a "nice" command in your startup script.... > > > > steve > > > > > > ---------------------------(end of broadcast)--------------------------- > > TIP 6: Have you searched our list archives? > > > > http://archives.postgresql.org > > > > Chris Bowlby, > ----------------------------------------------------- > Manager of Information and Technology. > excalibur@hub.org > www.hub.org > 1-902-542-3657 > ----------------------------------------------------- > > ---------------------------(end of broadcast)--------------------------- > TIP 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/users-lounge/docs/faq.html -- #======================================================================# # It's easier to get forgiveness for being wrong than for being right. # # Let's break this rule - forgive me. # #================================================== JanWieck@Yahoo.com #