-1

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?

Robert
  • 10,403
  • 14
  • 67
  • 117
  • Can the title be changed to match the content of the question? The title is about setting a timeout, but the content is about changing the VMs RAM. – Jim Pfleger Mar 17 '17 at 20:05

1 Answers1

0

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

 driver:
   name: vagrant
   customize:
   memory: 1024
sethvargo
  • 26,739
  • 10
  • 86
  • 156