Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[statet-users] memory.limit issue

Hello,
 
using R 3.6.2, Eclipse 201912 and Statet 4.1 (Integration)
 
memory.limit() is reporting:
 
> memory.limit()
[1] 1.759219e+13
 
I believe this is suffering from the same issue reported here:
 
https://github.com/rstudio/rstudio/issues/4986
 
reading the above discussion, the cause seems to have been isolated to this change made to R ("Remove memory limit on embedded applications on Windows"):
 
https://github.com/wch/r-source/commit/24fc04760afdca9edc52afeb4dfb1f5bf50ffd6e
 
It would be great to have your advice on how to resolve this if possible.
 
Thanks,
Mike
 

Back to the top