Skip to content

unique limited to 536870912

3 messages · Indrajeet Singh, jim holtman

#
Hi
I am using R with igraph to analyze an edgelist that is greater than the said amount. Does anyone know a way around this?

Thanks
Inder
#
Could it be that you are running on a 32-bit version of R?  536870912
* 4 = 2GB if those were integers which would use up all of memory.
You never did show what your error message was or what system you were
using.
On Wed, Jan 5, 2011 at 12:08 AM, Indrajeet Singh <singhi at cs.ucr.edu> wrote: