You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all - I just used "java" cookie cutter today and noticed that it had a very long cold start (14 seconds.) After a quick bit of investigation I realized it was using the default MemorySize of 128MB, which is barely sufficient for JVM Lambdas. I recommend setting this explicitly, e.g. to 512 or 1024 for the Java and Gradle cookie cutters.
The text was updated successfully, but these errors were encountered:
Hi all - I just used "java" cookie cutter today and noticed that it had a very long cold start (14 seconds.) After a quick bit of investigation I realized it was using the default
MemorySize
of 128MB, which is barely sufficient for JVM Lambdas. I recommend setting this explicitly, e.g. to 512 or 1024 for the Java and Gradle cookie cutters.The text was updated successfully, but these errors were encountered: