How Much Can I Increase Memory Using Processing?

edited October 2017 in Using Processing

I write this code:

// Obamathon // https://github.com/ITPNYU/Obamathon

which I took from a GitHub, and I am from this mistake; "because of a bug. e.g. creating an array that's too large, or unintrntionally loading thousands of image), or that your sketchm may need more memory to run- if your sketch uses a lot memory ( for instance if it loads a lot of data files) you can increase the memory available to your sketch using the preferences window"

In commands, the memory used is 256mb.

Answers

  • edited October 2017

    Have not tried Obamathon but increase memory in preferences seems to work. File > Preferences
    ☑ Increase maximum avaialable memory to: [256] MB
    Make sure box is checked and increase number.

  • already thank you. is the right advice. I brought it to 5000

Sign In or Register to comment.