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

Adding more memory? #103

Closed kdvolder closed 5 years ago

kdvolder commented 5 years ago

Is it possible to add more memory/disk to cf dev (like it was possible in the old pcfdev were you could pass some options to the 'start' command to create larger VM to run it on)?

I tried cf dev --help, cf dev start --help but no information about this.

I also read the readme here: https://github.com/cloudfoundry-incubator/cfdev/blob/master/README.md

cf-gitbot commented 5 years ago

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

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

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

aemengo commented 5 years ago

The help commands can be accessed like so:

cf dev help start

You cannot configure the disk size but you can configure the memory with the -m flag, much like before.

cf dev start -m 20000