Hi, 
i want to create xlsx sheet, all things seems to be perfect until this erro
message
Erreur : OutOfMemoryError (Java): Java heap space
i have xp system, (32bit)
I tried the following syntax 
>  options(java.parameters = "-Xmx1000m") 
>  options(java.parameters = "-Xms=3670K") 
> writeWorksheet(wb, SP, sheet = "SP")
alos this one
options(java.parameters = "-Xmx1000m") 
> writeWorksheet(wb, SP, sheet = "SP")
Erreur dans .jcheck() : 
  Java Exception <no description because toString()
failed>.jcall("RJavaTools", "Z", "hasField", .jcast(x, "java/lang/Object"),
name)<S4 object of class "jobjRef">
The size of my data is very very huge ( i have to create 3187 sheets of xlsx
to pute the label of variables




--
View this message in context: 
http://r.789695.n4.nabble.com/Eror-OutOfMemoryError-Java-Java-heap-space-tp4661792.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to