Question

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?

Était-ce utile?

La solution

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

 driver:
   name: vagrant
   customize:
   memory: 1024
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top