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
{{ message }}
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
In long-running Rscripts (several hours at least) it appears that the MonetDBLite database may be shutting down. As a result, a new connection cannot be made as it gives the following error:
Error in monetdb_embedded_query(conn@connenv$conn, statement, execute, :
Call monetdb_embedded_startup() first
Are there parameters that I can set to define how long the database runs? Is the embedded database supposed to shutdown after a certain period?
In long-running Rscripts (several hours at least) it appears that the MonetDBLite database may be shutting down. As a result, a new connection cannot be made as it gives the following error:
Error in monetdb_embedded_query(conn@connenv$conn, statement, execute, :
Call monetdb_embedded_startup() first
Are there parameters that I can set to define how long the database runs? Is the embedded database supposed to shutdown after a certain period?
Thanks.