Skip to main content

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

Hi Mike,

thank you for pointing that out.
Yes, it is caused by the linked change in R core. Unfortunately there is no simply API to reduce the limit for embedded applications, so a possible fix (in RJSrv for GNU R) will requires some time.

Regards,
Stephan


[14.01.2020 13:01] Mike Ems wrote:
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