first i run this line executed successfully corpus table size is 2.39.4 MB
tdm <- TermDocumentMatrix(corpus)
but facing error when run the following line
m <- as.matrix(tdm)
error is showing as follows
Error: cannot allocate vector of size 15.9 Gb
image is attached