Memory Issues

I am using currently using Rasa NLU HTTP server with the ‘spacy_sklearn’ and ‘duckling’ pipeline. I have assigned a fixed model name. When I am training the same model it’s increased memory every time ~2 GB. I am wondering how to release memory of old model after training completed. Is there any way to release memory?

Many thanks in advance.