I am encountering a SDRAM overflow on a custom object, in a patch that runs for hours and hours in an installation.
I calculated that the SDRAM overloads aprox. every 70 minutes. So as a temporary workaround I plan to reload the init patch every 60 minutes, a timing that matches 3 cycles in my patch.
I am planning to reload the init patch, by passing an out of range int to factory 'patch/load i' object (untested).
My question would be , is this safe ? running for hours and reloading the init patch every 1 hour ?
/edit I assumed that reloading the init patch will clean SDRAM, may not be the case, 1 more hour to test it
Thank you.