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
The Rsession within RStudio server frequently crashes with render_snapshot() and plot_3d(). A point is reached where a file (v_mat matrix below) becomes too large to render when using render_snapshot and/or plot_3d. I guess this is related to the cache.
I have increased the resource limits in the Docker container (with installed RStudio Server) and on the host machine:
# rlimit_all()
# $cur
# as core cpu data fsize memlock nofile nproc stack
# Inf Inf Inf Inf Inf Inf 4096 Inf 8388608
#
# $max
# as core cpu data fsize memlock nofile nproc stack
# Inf Inf Inf Inf Inf Inf 4096 Inf Inf
I run the Docker container with the --ulimit memlock=-1:-1 option.
Here is an error example error related to plot_3d:
The Rsession within RStudio server frequently crashes with render_snapshot() and plot_3d(). A point is reached where a file (v_mat matrix below) becomes too large to render when using render_snapshot and/or plot_3d. I guess this is related to the cache.
I have increased the resource limits in the Docker container (with installed RStudio Server) and on the host machine:
I run the Docker container with the --ulimit memlock=-1:-1 option.
Here is an error example error related to plot_3d:
Alternatively, and typically, the session just crashes without any warning message with render_snapshot()
I'm running this code:
Session info:
The text was updated successfully, but these errors were encountered: