Displaying 13 results from an estimated 13 matches for "xmx512m".
2007 May 25
1
iplots problem
Hi. I try to load iplots using the following commands
> library(rJava)
> library(iplots)
but then I get the following error:
Error in .jinit(cp, parameters = "-Xmx512m", silent = TRUE) :
Cannot create Java Virtual Machine
Error in library(iplots) : .First.lib failed for 'iplots'
What do I have to do to correct this?
Thanks
--
View this message in context: http://www.nabble.com/iplots-problem-tf3815516.html#a10801096
Sent from the R help m...
2013 Mar 13
2
How to add a new line at a particular place in a file..
Hi all,
How can i write a puppet code such that..it adds a line of content that i
want..at a desired place in a file..
if [ "x$JAVA_OPTS" = "x" ]; then
JAVA_OPTS="-Xms64m -Xmx512m -XX:MaxPermSize=256m
-Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
JAVA_OPTS="$JAVA_OPTS
-Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS
-Djava.awt.headless=true"
JAVA_OPT...
2006 Nov 06
0
rJava: java.lang.OutOfMemoryError
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.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.OutOfMemoryE...
2024 Mar 15
1
write.xlsx error message
...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) before loading XLConnect?
--
Best regards,
Ivan
______________________________________________
R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat....
2024 Mar 15
0
write.xlsx error message
...n .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) before loading XLConnect?
--
Best regards,
Ivan
2006 Nov 29
1
An example of using rJava
...(int i=0; i<n1; i++)
for(int j=0; j<n2; j++) c[i+j] += a[i]*b[j];
return c;
}
}
Compile the Java code.
now inside R
library(rJava) #load the rJava library
.jinit(classpath="c:/liao_all/importance_sampling/java",
parameters="-Xmx512m")
#the above is to load the Java virtual machine,
"c:/liao_all/importance_sampling/java" is where the java code is.
x = runif(1000)
y = runif(1000)
#the above are two vectors to convolve
#now you can call the Java method as
z=.jcall("my_convolve", "[D", "co...
2009 Jun 18
0
RWeka memory problem
Hello,
i get some memory problems using RWeka and i'm wondering because i have
only ~ 400MB in RObjects without a high memory consuming
operation when a crash occur. Look into hs_err_pid.log , it seems that
the VM max heap size is only 512 mb.
VM Arguments:
jvm_args: -Xmx512m vfprintf exit
java_command: <unknown>
Launcher Type: generic
I try to change with .jinit(classpath=...., parameters="-Xmx1900m")
with weka.jar and RWeka.jar in the RWeka lib folder , but i get no
success?
Many thanks for a hint.
Regards, Christian
_...
2010 Aug 11
0
Re: [fcrepo-user] Autostart-Script
...9;'m on Debian :-) )
>
> Hope this helps,
>
> regards
>
> R
>
> ---
>
> #!/bin/bash
>
> RETVAL=$? export JAVA_HOME=/opt/java export JDK_HOME=/opt/jdk
> export FEDORA_HOME=/var/fedora export
> CATALINA_HOME=$FEDORA_HOME/tomcat export JAVA_OPTS=''-Xmx512M
> -Xms128M -XX:MaxPermSize=256M -Dfile.encoding=UTF-8
> -Djavax.net.ssl.trustStore=/var/fedora/server/truststo re
> -Djavax.net.ssl.trustStorePassword=tomcat'' export
> PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$FEDORA_HOME/server/bin:$FEDORA_HOME/client/bin:$PATH
>
>
>
>...
2011 Dec 28
4
JVM 7 fails to start
Hi,
I installed the jre-7u2 into the wine under Ubuntu 11.10
But, when I try to run the java itself:
Code:
wine ${PATH_TO_JAVA/BIN}/java.exe
I get following error:
Code:
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
Error occurred during initialization of VM
java/io/IOException: Bad pathname
Any hints? Help will be mostly appreciated, I need to run windows app, which uses JVM.
Thanks.
2007 Jan 17
12
Excel sheet generation
Hi,
Does anyone know of a package that will help with generation of
spreadsheets? (xls files, not csv)
Thanks,
Fredrik
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe
2010 Aug 13
1
Installing rJava fails on Gentoo (amd64) with Sun JDK - checking JNI data types... error
Installing rJava fails consistently, whether installed via
the command line as below, or through "install.packages(
'rJava' )", and whether 0.84 or 0.85 is used, with the
message :-
"checking JNI data types... configure: error: One or more
JNI types differ from the corresponding native type. You may
need to use non-standard compiler flags or a different
compiler in order to
2009 Jun 01
3
Problem EXCEPTION_ACCESS_VIOLATION (0xc0000005)
...0000 - 0x49914000 C:\Program Files\eclipse\configuration\org.eclipse.osgi\bundles\99\1\.cp\swt-gdip-win32-3452.dll
0x7a090000 - 0x7a230000 C:\windows\system32\gdiplus.dll
0x7dbe0000 - 0x7dbf4000 C:\windows\system32\oleacc.dll
VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.5 -Xms256m -Xmx512m -XX:MaxPermSize=512M
java_command: <unknown>
Launcher Type: generic
Environment Variables:
PATH=C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:\windows\system32;C:\windows
USERNAME=juan
SHELL=/bin/bash
DISPLAY=:0.0
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Fam...
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,
Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.
One function that has me stumped is "sink." Can anyone tell me if this stands for something?
Thanks,
Paul
__________________________________________________
[[alternative HTML