mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
bug4811: switched to a T3_LARGE instance in order to get Sailing server up and running at all
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ public class TestProcedures {
|
||||
.setServerName(serverName)
|
||||
.setLandscape(landscape)
|
||||
.setRegion(region)
|
||||
.setInstanceType(InstanceType.T3_SMALL)
|
||||
.setInstanceType(InstanceType.T3_LARGE)
|
||||
.setKeyName(keyName)
|
||||
.setCommaSeparatedEmailAddressesToNotifyOfStartup("axel.uhl@sap.com")
|
||||
.setTags(Optional.of(Tags.with("Hello", "World")))
|
||||
|
||||
Reference in New Issue
Block a user