Upgrade zowe server 2.2 to 2.3.0, how to config zowe 2.3.0 to allow faster start up ?
Release : 3.0
Zowe can now start in a mode called configmgr
mode. You can enable this in certain zwe
commands by adding --configmgr
zwe start --configmgr <…>
This mode is generally significantly faster to start up Zowe, but also enforces validation of the zowe.yaml
Or update zowe.yaml and add the folloing line:
"zowe.useConfigmgr:true"