This content has been marked as final.
Show 2 replies
-
1. Re: How do I increase the memory/RAM for the CDK?
rafabene1 Jun 24, 2016 2:32 PM (in response to burrsutter)By default, CDK creates virtual environments with 2GB of RAM. But it allows any user to easily increase the VM memory.
This is as easy as defining the VM_MEMORY environment variable.
Example: To increase the VM memory of CDK to 8GB in Linux or Mac, execute the following command before running "vagrant up":
$ export VM_MEMORY=8196
-
2. Re: How do I increase the memory/RAM for the CDK?
jeffmaury Jun 24, 2016 5:49 PM (in response to rafabene1)If you want a persistent change, then you should change the default value in the Vagranfile. Search for VM_MEMORY