'save large svm model in python

I trined an SVM model for multiclass classification which has 40 classes. My training set size is (163840,7200) and my test size is (29160,7200). After training the model I need to save it. But when I tried Pickle and joblib libraries, there is an error says that 'bad memory allocation'.

How can I solve this problem and save this model? the model file will be around 9GB or more.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source