Page 1 of 1

How to stop your program from eating so much ram?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) Find a way to work with the data one at a time
b) Declare it in program memory, instead of on the stack
c) Use the hard drive, instead of RAM
d) All of the mentioned