Skip to content
Prev 11829 / 21307 Next

[Bioc-devel] library() calls removed in simpleSingleCell workflow

About the DLL limit:

Just wanna make sure you're aware of "new" environment variable
R_MAX_NUM_DLLS available in R (>= 3.4.0).  It allows you to push the
current default limit of 100 open DLLs a bit higher.  It can be set in
.Renviron or before, e.g.

$ R_MAX_NUM_DLLS=500 R

This, of course, assumes that you can set it, which you might not be
able to do on build servers.  Also, there is an upper limit
min(0.6*fd_limit,1000) that depends on the number of files you can
have open at the same time (fd_limit), e.g. on my Ubuntu 16.04 I've
got:

$ ulimit -Sn
1024

so R_MAX_NUM_DLLS=614 is the maximum for me.

/Henrik
On Thu, Oct 5, 2017 at 11:22 AM, Wolfgang Huber <wolfgang.huber at embl.de> wrote:

Thread (20 messages)

Aaron Lun library() calls removed in simpleSingleCell workflow Oct 4 Kasper Daniel Hansen library() calls removed in simpleSingleCell workflow Oct 4 Obenchain, Valerie library() calls removed in simpleSingleCell workflow Oct 4 Turaga, Nitesh library() calls removed in simpleSingleCell workflow Oct 4 Wolfgang Huber library() calls removed in simpleSingleCell workflow Oct 4 Aaron Lun library() calls removed in simpleSingleCell workflow Oct 4 Laurent Gatto library() calls removed in simpleSingleCell workflow Oct 4 Wolfgang Huber library() calls removed in simpleSingleCell workflow Oct 5 Aaron Lun library() calls removed in simpleSingleCell workflow Oct 5 Wolfgang Huber library() calls removed in simpleSingleCell workflow Oct 5 Aaron Lun library() calls removed in simpleSingleCell workflow Oct 5 Obenchain, Valerie library() calls removed in simpleSingleCell workflow Oct 5 Henrik Bengtsson library() calls removed in simpleSingleCell workflow Oct 5 Aaron Lun library() calls removed in simpleSingleCell workflow Oct 5 Wolfgang Huber library() calls removed in simpleSingleCell workflow Oct 6 Kasper Daniel Hansen library() calls removed in simpleSingleCell workflow Oct 6 Wolfgang Huber library() calls removed in simpleSingleCell workflow Oct 6 Henrik Bengtsson library() calls removed in simpleSingleCell workflow Oct 6 Nan Xiao library() calls removed in simpleSingleCell workflow Oct 6 Martin Morgan library() calls removed in simpleSingleCell workflow Oct 12