From ff681ef0a970535e5da5f90478fa59100bb6208d Mon Sep 17 00:00:00 2001 From: sblimkie Date: Fri, 23 Feb 2018 12:33:06 -0500 Subject: Make container parameters configurable Params such as number of threads, Queue sizes, Heap size are now configurable when deploying Gizmo Change-Id: Ib58ff9cdf9e96378db7feaf3e7168267d05fd1e9 Issue-ID: AAI-807 Signed-off-by: sblimkie --- bundleconfig-local/etc/sysprops/sys-props.properties | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bundleconfig-local/etc') diff --git a/bundleconfig-local/etc/sysprops/sys-props.properties b/bundleconfig-local/etc/sysprops/sys-props.properties index a55e6ea..25725d9 100644 --- a/bundleconfig-local/etc/sysprops/sys-props.properties +++ b/bundleconfig-local/etc/sysprops/sys-props.properties @@ -1,4 +1,3 @@ -#Copyright (c) 2016 AT&T Intellectual Property. All rights reserved. #This file is used for defining AJSC system properties for different configuration schemes and is necessary for the AJSC to run properly. #The sys-props.properties file is used for running locally. The template.sys-props.properties file will be used when deployed #to a SOA/CSI Cloud node. @@ -53,8 +52,9 @@ SOA_CLOUD_ENV=false CONTINUE_ON_LISTENER_EXCEPTION=false #Jetty Container ThreadCount Configuration Variables -AJSC_JETTY_ThreadCount_MIN=1 +AJSC_JETTY_ThreadCount_MIN=10 AJSC_JETTY_ThreadCount_MAX=200 +AJSC_JETTY_BLOCKING_QUEUE_SIZE=200 AJSC_JETTY_IDLETIME_MAX=3000 #Camel Context level default threadPool Profile configuration @@ -112,5 +112,8 @@ RESTLET_COMPONENT_REUSE_ADDRESS=true #AJSC_EXTERNAL_PROPERTIES_FOLDERS=__basedir__/ajsc-shared-config/etc #End of AJSC System Properties -#Service System Properties. Please, place any Service related System Properties below. +# This is the default keystore password for the example keystore included in the test-config +# repository. It can be overwritten using the deploy.yaml env params +KEY_STORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 +KEY_MANAGER_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 -- cgit 1.2.3-korg