I know this is not RASA problem. I am curious that When model loads whether it takes too much memory to laod?
And also please check my Dockerfile and script is right or wrong?
I am using below docker file and script to deploy on Heroku.
Dockerfile (737 Bytes)
server.sh (119 Bytes)
And I am getting an error-
Process running mem=662M(129.4%) heroku[run.7214]: Error R14 (Memory quota exceeded)
.
hey @sushilr007
I would guess that the model is quite big indeed and takes a lot of memory… How many training examples are there?
There are approx 15 to 20 intents and each intent has 5 to 6 questions only. @degiz
hello there, I am facing the exact issue
Did you find a solution for it?
hello, I have found several posts ( 1 , 2 and 3 ) that mention setting the WEB_MEMORY and WEB_CONCURRENCY variables. I have tried the following commands but have not been able to solve it. Does anyone have more information about this error?
heroku config:set WEB_MEMORY=512
heroku config:set WEB_CONCURRENCY=1