Browse Source

change default stash size to 32 in config; update aws ips

Boyoung- 7 years ago
parent
commit
22c6969d06
3 changed files with 3 additions and 3 deletions
  1. 1 1
      config/config.yaml
  2. 1 1
      scripts/aws_charlie.sh
  3. 1 1
      scripts/aws_debbie.sh

+ 1 - 1
config/config.yaml

@@ -4,4 +4,4 @@ w: 3					# number of tuples in each bucket
 dBytes: 4 				# record D bytes in the last tree
 
 insert: 100				# number of records to be initially inserted (-1 means insert max number)
-stash: 33				# stash size
+stash: 32				# stash size

+ 1 - 1
scripts/aws_charlie.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-java -cp "${DIR}/../bin:${DIR}/../lib/*" ui.CLI -protocol rtv -eddie_ip 52.42.255.187 -debbie_ip 52.38.255.37 charlie
+java -cp "${DIR}/../bin:${DIR}/../lib/*" ui.CLI -protocol rtv -eddie_ip 35.161.54.54 -debbie_ip 35.162.185.55 charlie

+ 1 - 1
scripts/aws_debbie.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-java -cp "${DIR}/../bin:${DIR}/../lib/*" ui.CLI -protocol rtv -eddie_ip 52.42.255.187 debbie
+java -cp "${DIR}/../bin:${DIR}/../lib/*" ui.CLI -protocol rtv -eddie_ip 35.161.54.54 debbie