I am new to R, kindly help me with below error.
Calling R code using batch file (e.g: c:\batchfile\x.bat) in a machine which has dynamic memory i.e. based on load memory and cores will increase. in above approach everything I executing with out error. R code using RODBCext koRpus, akmeans, lsa, stringr, topicmodels, RWeka, lda, snowfall, tm, openNLP, reshape2, plyr, RODBC packages.
But while calling x.bat file using remote server within powershell (e.g.,Invoke-Command -Computername 'Servername' {Start-Process 'C:\batchfile\x.bat' -wait}) resulting below errors:
- LoadLibrary failure: The paging file is too small for this operation to complete.
- just-in-time debugging errors
- This application has requested the Runtime to terminate it in an unusual way.
Thanks in advance