Hi I am using the 64 bit version. To check that i went in the bin folder and executed "file r ". It gave the following output
ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped The error i got when reading in my edgelist was length 927365385 is too large for hashing This number was the number of entries in the edgelist btw I hope this helps. Thanks On Wed, Jan 5, 2011 at 5:15 AM, jim holtman <[email protected]> wrote: > 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 <[email protected]> > wrote: > > 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 > > ______________________________________________ > > [email protected] mailing list > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > > and provide commented, minimal, self-contained, reproducible code. > > > > > > -- > Jim Holtman > Data Munger Guru > > What is the problem that you are trying to solve? > > [[alternative HTML version deleted]] ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

