Displaying 20 results from an estimated 39 matches for "outofmemoryerror".
2010 Jan 08
1
java.lang.OutOfMemoryError: PermGen space issue with Windows 2003 xVM domu with Tomcat
Hello All,
One of our user is facing java.lang.OutOfMemoryError: PermGen space
issue on a Windows 2003 32 bit xVM domU with 4GB RAM. He is able to
successfully do these tests on equivalent physical system with Windows
2003 OS and 4GB RAM. Another user is facing issues with Tomcat running
out of heap space on a Win2008 64bit xvM domU
Our xVM hypervisor ser...
2013 Mar 19
0
Eror : OutOfMemoryError (Java): Java heap space
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 = "-Xmx1000...
2013 Jun 19
0
Running RSpec tests, how can I resolve a “Curl::Err::OutOfMemoryError”?
...tain user in a JSON array" do
$var = Curl::Easy.new("some-url.com")
$var.perform
response = JSON.parse($var.body_str)
response[''user''].should eq(''some user name'')
end
and sometimes I get this error:
Failure/Error: $var.perform
Curl::Err::OutOfMemoryError:
Curl::Err::OutOfMemoryError
Anyone know how to resolve this? Thanks.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubsc...
2006 Nov 06
0
rJava: java.lang.OutOfMemoryError
...uot;-Xmx512m","-Xmx128m")) could be executed
without errors. I got this information from
http://www.rosuda.org/JGR/down.shtml
--
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:
> installed.packages()["rJava",]
Package LibPath Version
"rJava...
2017 Nov 30
4
xlsx Fuera de memoria
Hola, estoy trabajando con el paquete xlsx y el xlConnect y ambos presentan
este mismo error.
Error in .jcall(cell, "V", "setCellValue", value) :
java.lang.OutOfMemoryError: Java heap space
Alguien conoce una solución.
Alguien conoce otro paquete para guardar documento de excel y que no
involucre el uso de Java.
--
*Wilmer Contreras Sepulveda*
*Grupo de Investigación en Desarrollo de Microelectronica Aplicada*
*Universidad Francisco de Paula Santander *
[[alte...
2016 Apr 23
1
Java memory error when reading a small xlsx file
Hi,
I tried to read a (small) xlsx file by "readWorksheetFromFile" function
of "XLConnect" package and "read.xlsx" function in "xlsx" package, but I
got this error message:
Error: OutOfMemoryError (Java): Java heap space
I tried to follow the solution on the web
http://stackoverflow.com/questions/21937640/handling-java-lang-outofmemoryerror-when-writing-to-excel-from-r
and I did add a line to my program
#######
options(java.parameters = "-Xmx8000m")
########
#or
########
op...
2016 Jun 27
2
fts_solr crashs
...BOX" with 3137 mail in the INBOX it counts and then by 2900 mails the
doveadm crashes with the following error message:
doveadm(user at domain.tld): Info: INBOX: Caching mails seq=1..3137
2900/3137doveadm(user at domain.tld): Error: fts_solr: Indexing failed: 500
Java heap space java.lang.OutOfMemoryError: Java heap space
doveadm(user at domain.tld): Panic: file http-client-request.c: line 769
(http_client_request_send_payload): assertion failed: (ret == 0)
doveadm(user at domain.tld): Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0(+0x8dc1e) [0x7f269375ec1e] ->
/usr/lib/dovecot/libdove...
2018 Oct 16
4
Problema de memoria de R
Buenas tardes,
Solicito por favor ayuda con este error:
Error: OutOfMemoryError (Java): Java heap space
Estoy trabajando con matrices de grandes dimensiones y el programa no logra completarse porque dice le falta memoria.
Gracias
[unnamed]
Sara Suarez Zapata
Estudiante en práctica - Unidad Gestion Bolsa de Energia.
Tel: (574) 380 61 18
Correo: sara.suarez en epm.com.co...
2013 Jul 22
1
problem loading large xlsx file into r
...g" )
> library(xlsx)
Loading required package: xlsxjars
Loading required package: rJava
> cftc = read.xlsx("d:\\Krishna\\Research\\CFTC_COT\\cftcdata.xlsx", 1)
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.OutOfMemoryError: Java heap space
> sessionInfo()
R version 3.0.1 (2013-05-16)
Platform: x86_64-w64-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attache...
2011 Feb 09
3
Problem with xlsx package
...heet (1506 rows, 501columns) all
populated but getting the following error:
Please advise as to how to get around this issue.
> res <- read.xlsx("c:\\BSE_v2.xlsx",1)
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.OutOfMemoryError: Java heap space
Here is the session info:
> sessionInfo()
R version 2.12.1 (2010-12-16)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United
States.1252
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_...
2013 Nov 04
3
Reading data from Excel file in r
Hi experts,
I want to read data from an excel data like this:
for the fifth column, from first row until 140 but only 1,3,5,7,.....139
(only 70 values),
How can I do it in R?
thanks
[[alternative HTML version deleted]]
2011 Jun 14
3
Read in from multiple Excel wksheets
...ohnny",rowIndex=1:2,header=FALSE)
info
However, when I try to apply this to my real, large workbook, things
go wrong, with the following error message. Any ideas/workarounds?
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod",
cl, :
java.lang.OutOfMemoryError: Java heap space
2008 Jun 10
4
Apache jserv monitoring?
In our environment we have many legacy application servers running
apache/jserv. There is a web server front end, then a couple of
load-balanced java servers on the backside. One of the problems we
are faced with is hung or stuck jvms. I have looked at the java
process with the ps command, and there are many times when URL(s) do
not respond, yet the java looks healthy, at least from the OS
2013 Nov 29
4
¿Cómo superar el error de Java?
...librerías de: rJava , xlsxjars y xlsx. Al principio no parecía haber ningún
inconveniente, pero después de un tiempo de trabajo me aparece el siguiente
error en la consola de datos:
*Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl,
: java.lang.OutOfMemoryError: Java heap space*
De manera que no puedo abrir/importar el archivo en excel y seguir
trabajando. Entiendo que se trata de un problema en la memoria de Java,
pero no se como solucionarlo.
¿Alguien ha tenido el mismo problema y ha conseguido solventarlo?
Muchas gracias, cualquier aportación sera b...
2012 Dec 31
1
(no subject)
Dear useRs,
I am getting following error while using my R java machine.
>Error: OutOfMemoryError (Java): Java heap space
to get rid of it i used
>options( java.parameters = "-Xmx1200m")
but unfortunatly its not working....
Does anyone ever encountered this error??
thanks in advance...
elisa
[[alternative HTML version deleted]]
2008 May 08
1
can't get Tomcat5 to work on centos 5.1, how do I get it to work?
....jar.sonuy1u1.so)
at
org.apache.catalina.core.StandardServer.start(catalina-5.5.23.jar.sonuy1u1.so)
at
org.apache.catalina.startup.Catalina.start(catalina-5.5.23.jar.sonuy1u1.so)
at java.lang.reflect.Method.invoke(libgcj.so.7rh)
...2 more
Exception in thread "main" java.lang.OutOfMemoryError: Cannot create
additional threads
at java.lang.Thread.start(libgcj.so.7rh)
at java.lang.Runtime.runShutdownHooks(libgcj.so.7rh)
at java.lang.Runtime.exitNoChecks(libgcj.so.7rh)
at java.lang.Runtime.exitNoChecksAccessor(libgcj.so.7rh)
I don't know Tomcat at all.
Can someone pleas...
2013 Oct 12
1
[LLVMdev] Fwd: unsupported gc: vmkit
...3.src/Release+Asserts/bin/../lib/clang/3.3
-fdebug-compilation-dir /home/ali/Code/ReyMRE/vm/tools/ReyVM -ferror-limit
19 -fmessage-length 113 -mstackrealign -fobjc-runtime=gcc
-fobjc-default-synthesize-properties -fdiagnostics-show-option
-fcolor-diagnostics -backend-option -vectorize-loops -o
/tmp/OutOfMemoryError-NgX1wV.o -x ir
/home/ali/Code/ReyMRE/test/bin/rey/lang/somefile.bc
1. Code generation
What should I do to resolve this issue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131012/1f758c4e/attachment.ht...
2003 Apr 16
2
USB2.0/Firewire Enclosure
I (work :) bought a USB2.0/Firewire enclosure and I had a little trouble with
it until I came across this page
http://people.freebsd.org/~maho/USB/comment/ku350a.txt after trying the
sysctl things work well.
I haven't tried the USB2.0 side of it, as I don't have any USB2.0 controllers.
The Firewire bit works great too (quite a bit faster than USB1 :)
The enclosure in question is made
2024 Mar 15
1
write.xlsx error message
...0000
Subia Thomas OI-US-LIV5 <Thomas.Subia at draexlmaier.com> ?????:
> Using write.xlsx to extract data from an Excel file, I get this error
> message.
>
>
> Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod",
> cl, : java.lang.OutOfMemoryError: GC overhead limit exceeded
There seems to be a default limit of 512 megabytes for the Java heap
size:
library(rJava)
getOption('java.parameters')
# [1] "-Xmx512m"
Does if help if you set options(java.parameters = '-Xmx2048m') (or
as much as you feel comfortable with) b...
2013 Nov 29
1
¿Cómo superar el error de Java?
...va , xlsxjars y xlsx. Al principio no parecía haber ningún inconveniente, pero después de un tiempo de trabajo me aparece el siguiente error en la consola de datos:
>
>
> *Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl,
> : java.lang.OutOfMemoryError: Java heap space*
>
> De manera que no puedo abrir/importar el archivo en excel y seguir trabajando. Entiendo que se trata de un problema en la memoria de Java, pero no se como solucionarlo.
>
> ¿Alguien ha tenido el mismo problema y ha conseguido solventarlo?
>
> Muchas gracias,...