Kamlesh72 opened a new issue, #5531: URL: https://github.com/apache/openwhisk/issues/5531
## Description When I create action with memory limit other than 256 MB, the action is created successfully, but on Invoking, it gives an error. On invocation, the container starts and in 10 seconds it closes and throws this error. ``` "error": "The action did not initialize and exited unexpectedly." ``` ## Images This are 2 actions with memory limit 256 MB and 512 MB. The 256 MB action works perfectly fine. <img width="511" alt="Image" src="https://github.com/user-attachments/assets/e20eb5ab-f9ca-43b9-b371-acd9a0ea3c71" /> <img width="511" alt="Image" src="https://github.com/user-attachments/assets/3b55b225-4cd3-4828-9546-0f08b19b064c" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
