Skip to content

Commit

Permalink
Release 2.10.3.5
Browse files Browse the repository at this point in the history
This is a micro-release that just raises the heap size of Querki from 1 Gig to 1.5.
  • Loading branch information
Mark "Justin du Coeur" Waks committed Jan 12, 2022
1 parent 61d6929 commit d03ad6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions querki/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lazy val clients = Seq(querkiClient)
lazy val scalaV = "2.11.12"
lazy val akkaV = "2.4.18"
lazy val enumeratumV = "1.5.3"
lazy val appV = "2.10.3.4"
lazy val appV = "2.10.3.5"

lazy val sharedSrcDir = "scala"

Expand Down Expand Up @@ -86,8 +86,8 @@ lazy val querkiServer = (project in file("scalajvm")).settings(
// ConductR params
BundleKeys.nrOfCpus := 1.0,
// We have 4GB nodes. This allows for 2 simultaneous bundles per node during release, plus
// overhead for ConductR and system. Might be able to increase it to 1.5GB per bundle.
BundleKeys.memory := 1.GiB,
// overhead for ConductR and system. 1.5 GB seems safe in practice; we might be able to raise this to 2GB?
BundleKeys.memory := 1536.MB,
BundleKeys.diskSpace := 5.MB,
BundleKeys.startCommand ++= Seq(
"-Dhttp.address=$WEB_BIND_IP -Dhttp.port=$WEB_BIND_PORT",
Expand Down
File renamed without changes.

0 comments on commit d03ad6b

Please sign in to comment.