I am working with a package that has an algorithm that at some point, if you give it too many inputs, runs out of memory and gives this warning:
warning message system call failed cannot allocate memory
Is there a way to determine how much memory was requested that could not be allocated? I'm trying to determine whether I should/can scale up to a bigger box.
Thanks.