diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2018-02-23 12:33:06 -0500 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2018-02-23 12:34:24 -0500 |
commit | ff681ef0a970535e5da5f90478fa59100bb6208d (patch) | |
tree | ebff63db91c8ab64590bdcdc75d1e4e80ccbc3f0 /bundleconfig-local/etc | |
parent | 9c7f302c627e498bf0838726a3203a81e7309e1c (diff) |
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 <steven.blimkie@amdocs.com>
Diffstat (limited to 'bundleconfig-local/etc')
-rw-r--r-- | bundleconfig-local/etc/sysprops/sys-props.properties | 9 |
1 files changed, 6 insertions, 3 deletions
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 |