jasp-stats / jasp-issues

This repository is solely meant for reporting of bugs, feature requests and other issues in JASP.
58 stars 29 forks source link

[Bug]: Time Series Analysis - Vector memory limit of 16.0 gb researched see mem.maxVSize() #2864

Open AJBEssex opened 1 month ago

AJBEssex commented 1 month ago

JASP Version

0.19.0

Commit ID

No response

JASP Module

Time Series

What analysis are you seeing the problem on?

All time series analysis

What OS are you seeing the problem on?

macOS Intel

Bug Description

I see following termination when running an ITS analysis - n=25,000 sample:

This analysis terminated unexpectedly.

Error: vector memory limit of 16.0 Gb reached, see mem.maxVSize()

Slack trace - does seem to load.

File is formatted correctly. Model does run on prophet, but only on the maximum a posteriori option.,

Expected Behaviour

I think the model should run?

Steps to Reproduce

1. 2. 3. ...

Log (if any)

No response

More Debug Information

No response

Final Checklist

github-actions[bot] commented 1 month ago

@AJBEssex, thanks for taking the time to create this issue. If possible (and applicable), please upload to the issue website (https://github.com/jasp-stats/jasp-issues/issues/2864) a screenshot showcasing the problem, and/or a compressed (zipped) .jasp file or the data file that causes the issue. If you would prefer not to make your data publicly available, you can send your file(s) directly to us, issues@jasp-stats.org

AJBEssex commented 1 month ago

Thanks. Sent an email.

tomtomme commented 1 month ago

@AJBEssex The error message suggests that your machine does have 16GB of RAM and that this might not be enough. Can you try this on a machine with 32 GB of RAM?

boutinb commented 3 weeks ago

How big is your datafile? Could you send it to us?