Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
new: increase ssb-solrcloud ram
Browse files Browse the repository at this point in the history
Last deployment failed with 137 (out of memory)
  • Loading branch information
nickumia-reisys committed Jun 6, 2022
1 parent 7e40540 commit 92a9096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application-boundary.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ module "broker_solrcloud" {
broker_space = var.broker_space
client_spaces = var.client_spaces
enable_ssh = var.enable_ssh
memory = 1024
# services = [cloudfoundry_service_instance.solrcloud_broker_k8s_cluster.id]
services = [data.cloudfoundry_user_provided_service.ssb-solrcloud-k8s.id]
}
Expand Down

0 comments on commit 92a9096

Please sign in to comment.