cloudfoundry-attic / cfdev

A fast and easy local Cloud Foundry experience on native hypervisors, powered by LinuxKit with VPNKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CF Dev info

pankrator opened this issue · comments

I am registering many service brokers at the same time and doing enable service access for something like 200 plans and 100 organizations. It is about 20000 enable service access requests and Cloud Controller is not able to handle all of them.
CF Dev is started with 32G of memory and 8 cores.

So my questions are:

  • What is the number of instances of Cloud Controller?
  • Can they be increased?

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/166709419

The labels on this github issue will be updated when the story is started.

What is the number of instances of Cloud Controller?

1

Can they be increased?

Yes, if you're familiar with the BOSH ecosystem. You'll need to get the manifest and scale the appropriate instance_count:. For example:

$ eval "$(cf dev bosh env)"
$ bosh -d cf manifest > cf.yml
... # Edit the manifest with the appropriate count
$ bosh -d cf deploy cf.yml

For more information on BOSH, visit here: https://bosh.io/docs/