/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to scripts/openshift/start-massive-caching.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2018-03-23 03:25:36 UTC
  • Revision ID: csa@suren.me-20180323032536-r3nofczubbjlgmdv
Group INSERTs into the transactions for better INNODB performance

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
[ -z "$setup" ] && { echo "Setup must be specified"; exit 1; }
6
6
 
7
 
oc -n $ADEI_NS  scale "dc/adei-${setup}-cacher" --replicas 9
8
 
oc -n $ADEI_NS  scale "dc/adei-${setup}-archive-cacher" --replicas 9
 
7
oc -n $ADEI_NS  scale "dc/adei-${setup}-cacher" --replicas 21
 
8
#oc -n $ADEI_NS  scale "dc/adei-${setup}-cacher" --replicas 9
 
9
#oc -n $ADEI_NS  scale "dc/adei-${setup}-archive-cacher" --replicas 9