0

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.

jay.sf
  • 60,139
  • 8
  • 53
  • 110
AgungGK
  • 85
  • 7
  • Without more informations, difficult to help: what is the code producing this? What is loaded in R? R version and OS used? Of course 44 Mb is smaller than the 12 Gb limit, but this vector is not alone in memory I guess. –  Oct 12 '22 at 17:42

0 Answers0