[R] rJava: java.lang.OutOfMemoryError

2006-11-06 Thread Marc Seil
Hy, In my case I just invoked as root (on a linux box) the command R CMD javareconf and checked if my system and root vm did match the version of the user vm. After this the command .jinit(parameters=c("-Xmx512m","-Xmx128m")) could be executed without errors. I got this information from http://www

[R] rJava: java.lang.OutOfMemoryError

2006-06-21 Thread Greg thomas
Hi, Has anybody encountered the following problem? TIA, Gregoire > library(rJava) > .jinit() Error occurred during initialization of VM java.lang.OutOfMemoryError: unable to create new native thread This would not help: > .jinit(parameters=c("-Xmx512m","-Xmx128m")) R and rJava versions are: > in