Skip to content

Commit

Permalink
write to chronicle
Browse files Browse the repository at this point in the history
  • Loading branch information
anzioka committed Feb 22, 2022
1 parent 5522c58 commit 7949b70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ def PARALLEL = "$System.env.PARALLELISM"
def GC = "$System.env.GC"

if (MECHANIC_XMS == 'null' || MECHANIC_XMS == null || MECHANIC_XMS == "") {
MECHANIC_XMS = '-Xms1g'
MECHANIC_XMS = '-Xms100g'
}

if (MECHANIC_XMX == 'null' || MECHANIC_XMX == null || MECHANIC_XMX == "") {
MECHANIC_XMX = '-Xmx4g'
MECHANIC_XMX = '-Xmx200g'
}

if (MECHANIC_ARGS == 'null' || MECHANIC_ARGS == null || MECHANIC_ARGS == "") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class MigrateChronicleSystemApps(
}

private fun getDataSource(): HikariDataSource {
val (hikariConfiguration) = rhizomeConfiguration.datasourceConfigurations["alpr"]!!
val (hikariConfiguration) = rhizomeConfiguration.datasourceConfigurations["chronicle"]!!
val hc = HikariConfig(hikariConfiguration)
return HikariDataSource(hc)
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/aws.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bucket: "lattice-prod-config"
bucket: "openlattice-alpha-config"
folder: "mechanic"
region: us-gov-west-1

0 comments on commit 7949b70

Please sign in to comment.