My kitchen instance is configured with 256 memory ram, but it is running very slow. Then my questions are:

How can I configure it to improve the memory ram size?

Is there any tutorial or post where I can find a solution?

有帮助吗?

解决方案

It varies based on the Test Kitchen driver. Heres an example for vagrant:

 driver:
   name: vagrant
   customize:
   memory: 1024
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top