You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a similar request, namely for my R code to be able to detect that it is running on Rserve, and therefore to handle exiting in a different way. My temporary workaround is to use Sys.setenv at startup to set an environment variable that my R code can detect at runtime, by using the “source” or “eval” configuration options.
This is more of a question than anything else:
Is it possible, to retrieve the settings of the running Rserve during runtime from within R or directly in Java?
I found the --RS-settings parameter. However, I am not sure, how this could be used from within R or Java.
My problem: I need to react appropriately to the maxinbuf setting in my Java code.
The text was updated successfully, but these errors were encountered: