From 7ad96097e3c6068f793b9b97aa286f9d2777a85b Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Sun, 17 Oct 2021 19:01:14 -0400 Subject: [PATCH] set pcrud max children - up other max children values --- GenaSYS.sh | 11 ++++++----- templates/opensrf.xml/opensrf.xml-header | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/GenaSYS.sh b/GenaSYS.sh index 99eccf7..a315fcb 100755 --- a/GenaSYS.sh +++ b/GenaSYS.sh @@ -3202,17 +3202,18 @@ sed -i "s^vandelay_MAX^25^g" openils/conf/opensrf.xml Optimize_Brick_OpenSRF () { ### Optimize OpenSRF for bricks #--- Optimize OpenSRF max_children -sed -i "s^actor_MAX^60^g" openils/conf/opensrf.xml +sed -i "s^actor_MAX^192^g" openils/conf/opensrf.xml sed -i "s^search_MAX^80^g" openils/conf/opensrf.xml sed -i "s^cata_MAX^60^g" openils/conf/opensrf.xml sed -i "s^supercat_MAX^60^g" openils/conf/opensrf.xml -sed -i "s^circ_MAX^60^g" openils/conf/opensrf.xml +sed -i "s^circ_MAX^120^g" openils/conf/opensrf.xml sed -i "s^ingest_MAX^80^g" openils/conf/opensrf.xml -sed -i "s^storage_MAX^48^g" openils/conf/opensrf.xml -sed -i "s^cstore_MAX^128^g" openils/conf/opensrf.xml +sed -i "s^storage_MAX^64^g" openils/conf/opensrf.xml +sed -i "s^cstore_MAX^96^g" openils/conf/opensrf.xml sed -i "s^permacrud_MAX^50^g" openils/conf/opensrf.xml -sed -i "s^fielder_MAX^50^g" openils/conf/opensrf.xml +sed -i "s^fielder_MAX^72^g" openils/conf/opensrf.xml sed -i "s^vandelay_MAX^50^g" openils/conf/opensrf.xml +sed -i "s^pcrud_MAX^192^g" openils/conf/opensrf.xml #--- } diff --git a/templates/opensrf.xml/opensrf.xml-header b/templates/opensrf.xml/opensrf.xml-header index 3ff7c5d..ee08dea 100755 --- a/templates/opensrf.xml/opensrf.xml-header +++ b/templates/opensrf.xml/opensrf.xml-header @@ -990,7 +990,7 @@ vim:et:ts=4:sw=4: open-ils.pcrud.pid 1000 1 - 72 + pcrud_MAX 1 5 -- 2.11.0