Skip to content

Commit

Permalink
benchのインスタンスサイズをStandard_DS3_v2に
Browse files Browse the repository at this point in the history
benchはCPUを多く使うため4コアであるStandard_DS3_v2にする予定だった
しかしISUCON本選当日までに変更することを忘れていた
本選当日はCPUの限界に到達したチームは優勝チームのみだったため、
ISUCON本選の結果自体には影響を与えていない
しかし、4コアなければCPUの限界に到達してしまうため、途中から
正しいベンチ結果を計測できない
そこでISUCON当日とは異なるが、本来使う予定であったインスタンスサイズ
に変更する
  • Loading branch information
catatsuy committed Nov 6, 2016
1 parent e4ffe28 commit 1a0ffeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion provisioning/bench/deploy.json
Expand Up @@ -44,7 +44,7 @@
"tags": {}, "tags": {},
"properties": { "properties": {
"hardwareProfile": { "hardwareProfile": {
"vmSize": "Standard_F2" "vmSize": "Standard_DS3_v2"
}, },
"storageProfile": { "storageProfile": {
"imageReference": { "imageReference": {
Expand Down
2 changes: 1 addition & 1 deletion provisioning/bench/deploy.json.template
Expand Up @@ -44,7 +44,7 @@
"tags": {}, "tags": {},
"properties": { "properties": {
"hardwareProfile": { "hardwareProfile": {
"vmSize": "Standard_F2" "vmSize": "Standard_DS3_v2"
}, },
"storageProfile": { "storageProfile": {
"imageReference": { "imageReference": {
Expand Down
2 changes: 1 addition & 1 deletion provisioning/deploy.json
Expand Up @@ -136,7 +136,7 @@
"tags": {}, "tags": {},
"properties": { "properties": {
"hardwareProfile": { "hardwareProfile": {
"vmSize": "Standard_F2" "vmSize": "Standard_DS3_v2"
}, },
"storageProfile": { "storageProfile": {
"imageReference": { "imageReference": {
Expand Down

0 comments on commit 1a0ffeb

Please sign in to comment.