cloudfoundry-attic / cfdev

A fast and easy local Cloud Foundry experience on native hypervisors, powered by LinuxKit with VPNKit
Apache License 2.0
227 stars 64 forks source link

CF Dev info #105

Closed pankrator closed 5 years ago

pankrator commented 5 years ago

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:

cf-gitbot commented 5 years ago

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.

aemengo commented 5 years ago

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/