Skip to content

Error: cannot allocate vector of size 2.0 Gb #10

Answered by krivit
shangyuan232 asked this question in Q&A
Discussion options

You must be logged in to vote

latentnet, unfortunately, uses sociomatrices to represent networks and dyadic covariates internally, and, furthermore, it uses the "expanded" bipartite representation. So, at some point it's going to allocate one or more massive matrices of integers and floating-point numbers.

I don't think I will be working on removing these limitations in the foreseeable future, but contributions would be welcome. Package https://cran.r-project.org/package=VBLPCM may be able to handle larger networks.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by krivit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #9 on March 10, 2022 02:28.