Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OutOfMemoryError #4

Open
TsavyPrince opened this issue Nov 30, 2016 · 3 comments
Open

OutOfMemoryError #4

TsavyPrince opened this issue Nov 30, 2016 · 3 comments

Comments

@TsavyPrince
Copy link

TsavyPrince commented Nov 30, 2016

An OutOfMemoryError means that your code is either using up too much memory
because of a bug (e.g. creating an array that's too large, or unintentionally
loading thousands of images), or that your sketch may need more memory to run.
If your sketch uses a lot of memory (for instance if it loads a lot of data files)
you can increase the memory available to your sketch using the Preferences window.

This happened

@hanss314
Copy link
Contributor

hanss314 commented Nov 30, 2016

Quick fix, when in editor mode, go to file/preferences. check increase maximum available memory and change the number to as high as you want. This error is a side effect of doing things like this in processing and not some rendering software.

@hanss314
Copy link
Contributor

hanss314 commented Dec 4, 2016

Also, you can close this if you don't have any problems.

@comp-arison
Copy link

I know this issue is over 3 years old, but when I set the amount of memory to the highest it will go (1614) it says I need to allow more memory. But when I increase it by 1 (1615) it says it can't run and that I need to decrease the memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants