Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Rotate Out of Memory
Using SRP Rotate Array on latest RC causes Out Of Memory crash.
Table Rows = 2700, columns =200
Quite a bit of data, but not really excessive.
Comments
Except, in this case, it's trying to allocate a variable to 1.5 GB in size, and OI can't handle that. Yikes.
I'll refactor the DLL tomorrow to stop messing with preallocated memory buffers altogether.
Presumably the max size of any cell needs to be replicated per cell... or something like that.