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
{{ message }}
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
When deployed on Docker container using Heroku, the process exited with a log as follow:
2021-03-01T07:29:36.577711+00:00 heroku[web.1]: State changed from crashed to starting
2021-03-01T07:30:04.104939+00:00 heroku[web.1]: Starting process with command `/bin/bash -o pipefail -c cd\ /app\ \&\&\ rasa\ run\ --enable-api\ --cors\ \"\*\"\ --debug\ -p\ \21843`
2021-03-01T07:30:05.939875+00:00 app[web.1]: *** Error in `ps-run': realloc(): invalid pointer: 0x0000000000402349 ***
2021-03-01T07:30:05.993672+00:00 heroku[web.1]: Process exited with status 134
2021-03-01T07:30:06.058745+00:00 heroku[web.1]: State changed from starting to crashed
Although the workspace is fine when deployed locally. This problem may be caused by the limited memory that the Heroku app had.
The text was updated successfully, but these errors were encountered:
When deployed on Docker container using Heroku, the process exited with a log as follow:
Although the workspace is fine when deployed locally. This problem may be caused by the limited memory that the Heroku app had.
The text was updated successfully, but these errors were encountered: