From 9cd3d2bedb083cb08a851333ec3c8bd1334a693f Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 22 Jan 2019 11:48:27 -0500 Subject: [PATCH] updating values for max_children for actor and fielder --- GenaSYS.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GenaSYS.sh b/GenaSYS.sh index 35a268c..9ce32f4 100755 --- a/GenaSYS.sh +++ b/GenaSYS.sh @@ -3073,7 +3073,7 @@ 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^72^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 @@ -3082,7 +3082,7 @@ 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^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 #--- } -- 2.11.0