Closed Robiwahn23 closed 9 months ago
I just found out, that the Task ContainerStart uses a default of -1 for memory. this is causing the shutdown of the container start.
It should be considered to change the default value of -1 for the parameter "Memory"
Describe the bug While using the example from your Build Steps documentation (Create,Start,Wait), Create and Start is working fine, but the Wait task is just throwing an error.
the used yaml please provide the yaml that you used. It helps you put the yaml like this:
the output Also the complete output is necessary for us to see what is going on. Also use backtics:
Expected behavior Wait should be waiting for the docker container to be ready to use...
As seen in the log, the expected memory usage should be 8GB...