powershell - R Execution failed with the application has requested the Runtime to terminate it in an unusual way -


i new r, kindly me below error.

calling r code using batch file (e.g: c:\batchfile\x.bat) in machine has dynamic memory i.e. based on load memory , cores increase. in above approach executing 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:

  1. loadlibrary failure: paging file small operation complete.
  2. just-in-time debugging errors
  3. this application has requested runtime terminate in unusual way.

thanks in advance


Comments

Popular posts from this blog

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

javascript - Create websocket without connecting -

android - Linear layout children not scrolling -