Skip to content

Bonacich Power (memory Error) (Igraph)

1 message · Sur Nathan

#
Hello,

    I am trying to run Bonpower for my graph.I have posted the R objects
along with this file. There is a object called G(graph) that I created for
running bonpower.ummary information shows the number of Vertices and edges.

When I try to run Bonacich Power I get out of memory error.I did change the
memory setting as mentioned in this link ,but could not resolve the memory
problem also.

Error in get.adjacency.dense(graph, type = type, attr = attr, names = names, 
: 
  At vector.pmt:408 : cannot reserve space for vector, Out of memory

http://gking.harvard.edu/zelig/docs/How_do_I2.html


  http://www.nabble.com/file/p22550931/ForHelp.RData ForHelp.RData 


Can someone help me with this problem.

summary(g)

Vertices: 20984 
Edges: 326033 
Directed: FALSE 
No graph attributes.
Vertex attributes: name.
No edge attributes.

Thank you,

Swami