I got the error during binding some output files coming from hysplit trajectory model:
Error during wrapup: cannot allocate vector of size 44.2 Mb
Error: no more error handlers available (recursive errors?); invoking 'abort' restart
I tried to check the memory limit, but I think the memory is already high enough
memory.limit()
[1] 12174
I can understand this error occurs if allocated vector size is larger than the memory limit. However, what I found here is nonsense to me. Does anybody know what happened here and how to fix it? Thank you.