AssertionError: Memory must be at most 4 times the number of CPUs for CPU deployments.
make: *** [deploy] Error 1
Basically you can check your number of cpu here and ultimately calculate the memory size e.g if number of cpu = 2 --Your memory size should not be more than 2 *4 = 8.
Hi @OGsiji!
Thanks a lot for the pull request. I am currently on holidays, and will be back to work on October 2nd. As soon as I am back, I will review and merge changes.
Pau
This fixes the bug :
Basically you can check your number of cpu here and ultimately calculate the memory size e.g if number of cpu = 2 --Your memory size should not be more than 2 *4 = 8.