Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.56k stars 226 forks source link

[Bug]: out of memory problems #286

Closed mindplay-dk closed 6 months ago

mindplay-dk commented 6 months ago

What happened?

I get out of memory errors like this regularly:

image

What was the expected functionality?

not that :-)

Describe your environment

I'm on Windows 11 Pro, all system updates installed - just playing around with Rivet 1.7.4, which I downloaded and installed today, and I've only done some very basic experiments with some text template nodes and the HTTP call node. I've only run them a few times. Errors like this occur every 20-30 minutes or so.

Relevant log output

No response

Relevant screenshots

No response

Code of Conduct

mindplay-dk commented 6 months ago

I'm using the default Browser executor, haven't changed any settings (other than OpenAI key) or enabled any plugins.

codemile commented 6 months ago

Duplicate of #278

I'm hoping to add e2e tests using Selenium for Tauri that can reproduce this bug so it can be fixed. I'm thinking it's a listener subscription problem.

mindplay-dk commented 6 months ago

Definitely duplicate, yes - I will close this and subscribe to the other issue, thanks. :-)