Closed SDADEEC closed 10 months ago
I don't think I can solve this since the core YAML parsing is done by the external tool snakeyaml and I would expect that Matlab uses all the available working memory automatically. How much working memory is actually being used when you load the file?
Hi, I'm trying to load a 78mb yaml file using 'yaml.loadFile' function. But I then get an error message indicating an Out of Memory error. The Current Folder part also becomes blank even I change to a different directory after this error occurs.
Would you please tell me if this problem is solvable? Is that possible to allocate more memory for loading the yaml file?
The full error message is listed below
The below part is from my script