Skip to content

Commit

Permalink
chore(Nextcloud): increase default resources
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <pmig@glasskube.eu>
  • Loading branch information
pmig authored and kosmoz committed Nov 16, 2023
1 parent 6e11773 commit ad3c500
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ data class NextcloudSpec(
@field:Nullable
val resources: ResourceRequirements = ResourceRequirements(
null,
mapOf("memory" to Quantity("600", "Mi")),
mapOf("memory" to Quantity("300", "Mi"))
mapOf("memory" to Quantity("1800", "Mi")),
mapOf("memory" to Quantity("900", "Mi"))
),
val maxChildren: Int = 256,
val maxChildren: Int = 512,
val startServers: Int = maxChildren / 8,
val minSpareServers: Int = maxChildren / 16,
val maxSpareServers: Int = maxChildren / 4
Expand Down

0 comments on commit ad3c500

Please sign in to comment.