Memory error when nlu.json is 3.6MB

does anyone know why $ rasa train command fails when i put in /data folder nlu.json file sized 3.6 MB ? error sounds like: error memory allocation in array … it fails on Epochs: stage right now it just kills the process and that’s all P S i have 8 GB of RAM

Do you use Docker? Docker limits the RAM. You can change the maximum used RAM in the Docker configuration.

Also, how does your NLU pipeline look like?