Page 1 of 1

Max file size

Posted: Thu Jan 25, 2024 1:44 am
by aliakhavan89
I’m trying to export sensitivity .vdfx file to .tab. Is there a limit on the file size of that Vensim can handle?

I’m using a command script within a python workflow on windows and so far it can’t go beyond 5 GB .tab when exporting a 1 GB vdfx.

Everything is done locally (no Dropbox) and I’ve tried on SSD and HDD. I have more than enough storage, CPU, and RAM. Just want to make sure that Vensim is not the bottleneck.

Re: Max file size

Posted: Thu Jan 25, 2024 8:12 am
by Administrator
In theory there is no maximum file size. It's going to take a lot of time though to export something that size.

Re: Max file size

Posted: Thu Jan 25, 2024 3:16 pm
by aliakhavan89
I don't mind waiting if it is in the order of a few days. But sometimes, Vensim returns 3221226505 instead of 0 and that's why I was suspicious of the file size. So I guess it might have been successfully completed in the first place.

Re: Max file size

Posted: Thu Jan 25, 2024 4:21 pm
by Administrator
Do you really need to export the whole file? You can use a savelist to export just the data you need.

Re: Max file size

Posted: Thu Jan 25, 2024 4:47 pm
by aliakhavan89
I'm just saving the data I need. It's more than a hundred thousand simulations; even with save per 1, it's millions of data points.

Re: Max file size

Posted: Thu Jan 25, 2024 5:35 pm
by tomfid
I think the 3221226505 return code may be a variable type mismatch - this has been reported in other contexts.