similar to: CentOS server running java - won't let go of swap

Displaying 20 results from an estimated 300 matches similar to: "CentOS server running java - won't let go of swap"

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 server is X4150 server with 64GB RAM
2020 Feb 20
3
Pregunta sobre rLandsat
Hola Ángel: Yo creo que tendrías que establecer el sistema de coordenadas de referencia de tu objeto raster antes de salvarlo como GTiff. Algo así: crs(r1) <-"+proj=utm +zone=14 +datum=WGS84" Saludos, Marcelino. El 20/02/2020 a las 1:42, Angel Cervantes escribió: > Hola a todos, quisiera pedirles su ayuda. Estoy tratando de crear un raster a partir de una tabla de datos
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
2012 Oct 29
3
How can I map numbers to colours with raster?
This code will read binary file and display it as a map. may problem is that this code is using a continuous colour scheme, even though I have discrete data (which is a classification scheme). How can I map numbers to colours with raster? Please require(raster) conne <- file("C:\\lai.bin", "rb") sd<- readBin(conne, integer(), size=1, n=360*720, signed=F)
2008 Mar 30
1
Can't find matching timezone
Hello Folks. I am spending some time trying to run AutoCad 2004. I fixed a lot of errors about .dll and some .xmx files (needed to run autocad) and everything is ok. But now, I can not pass by this error: fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 17/02/2008, dlt (d/m/y): 12/10/2008 How do i fix the registry? I tried to
2012 Feb 28
1
colour by z value, persp in raster package
Hi all!   My question is how to colour pixels by z value in persp plot in raster package. Here is an example:     x <- seq(-1.95, 1.95, length = 30) y <- seq(-1.95, 1.95, length = 35) z <- outer(x, y, function(a,b) a*b^2) r1 <- raster(nrows=35, ncols=30, xmn=0, xmx=30, ymn = 0, ymx = 35) r1[] <- c(z) persp(r1)   There already exist some function to produce persp plot for anothe
2020 Feb 19
2
Pregunta sobre rLandsat
Hola grupo, estoy siguiendo una gu?a de la librer?a rLandsat que me la he descargado de: devtools::install_github("socialcopsdev/rLandsat") Y tras hacer los siguiente (obviamente tengo me he registrado previamente en la api correspondiente): product_id = c("LC08_L1TP_145049_20180301_20180308_01_T1", "LC08_L1TP_145049_20170330_20170414_01_T1",
2005 Sep 19
6
Teaching R - In front of the computer?
Dear R-Users, given you have been teaching R to students (grad level, mainly social science background, no previous programming experience, 80% know SPSS), what are your experiences concerning the style of teaching? Do you prefer to stand in front of the class like in "normal" lectures and you show them slides? Or do you you explain some concept (for example things like
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]]
2011 Dec 05
0
Rggobi pdf output
Good day everyone. I have a question concerning *ggobi* and *rggobi*package. I am using R version 2.13.2 and Ubuntu 11.04. I am new to ggobi and I'm reading the book *Interactive and Dynamic Graphics for Data Analysis *. The book was published 2007. My question is: how can I export a graph for *rggobi* to pdf to include it in latex. For example: I have lots of variables in ggobi and I need to
2011 Dec 05
1
[rggobi] ggplot like pdf output
Good day everyone. I have a question concerning *ggobi* and *rggobi*package. I am using R version 2.13.2 and Ubuntu 11.04. I am new to ggobi and I'm reading the book *Interactive and Dynamic Graphics for Data Analysis *. The book was published 2007. My question is: how can I export a graph for *rggobi* to pdf to include it in latex. For example: I have lots of variables in ggobi and I need to
2011 Mar 08
0
[LLVMdev] llvm.gcroot suggestion
On Tue, Mar 8, 2011 at 12:11 PM, Joshua Warner <joshuawarner32 at gmail.com>wrote: > > Hi Talin, > > Let me ask a question before we go too much further. Currently the argument >> to llvm.gcroot must be an alloca instruction. You cannot GEP an internal >> field within the alloca and pass it to the gcroot intrinsic. So the entire >> alloca is considered a root,
2011 Mar 08
2
[LLVMdev] llvm.gcroot suggestion
Hi Talin, Let me ask a question before we go too much further. Currently the argument > to llvm.gcroot must be an alloca instruction. You cannot GEP an internal > field within the alloca and pass it to the gcroot intrinsic. So the entire > alloca is considered a root, even if it has non-pointer fields. My question > is, in this new address-space proposal, are we talking about changing
2007 Mar 13
0
about use dtrace analyze tomcat''s situation
everyone Here: How do you do! dtrace is interesting. I am studing how to write dtrace script and analyze situation. I read dtrace_example.pdf and 819-6959.pdf document more than five times with careful. because I am newbie to studing dtrace.so I still don''t know how to begin. for question: 1. What consumes time? 2. Which system call(s) consume(s) time?
2013 Sep 16
0
JDK not registered
Given: $JAVA_HOME=~/jdk1.7.0_40 $R_SHELL=/bin/sh $PATH=$R_HOME/bin:$JAVA_HOME/bin:... which jar --> ~/jdk1.7.0_40/bin/jar which javac --> ~/jdk1.7.0_40/bin/javac which javah --> ~/jdk1.7.0_40/bin/javah which java --> '', even though there is one in $JAVA_HOME/bin whereis java --> java: /bin/java /usr/bin/java /sbin/java /usr/sbin/java /lib/java /usr/lib/java
2010 Aug 11
0
Re: [fcrepo-user] Autostart-Script
Hi, thx Riccardo. I will test it a little bit. On the first moment i couldn''t find fedora on ps aux but after testing on browser it runs. Best regards Benjamin Am 11.08.2010 10:01, schrieb Riccardo Valzorio: > Hi, > > in attach you can find the script we use to boot Fedora on startup. > You have to define a start/stop argument to be parsed for the rc.d > scripts. >
2011 Jan 05
0
Onset HOBOware under Wine (Issue with a Windows/Java hybrid)
I'm trying to get HOBOware Pro (http://www.onsetcomp.com/products/software/), a tool that interfaces with a USB based datalogger, to work under Wine. I have installed it, and it fails with the message: Code: Error occurred during initialization of VM Could not reserve enough space for object heap This seems to be fairly common among Java apps, and the solution appears to be setting -Xms
2013 May 20
0
Announce: Module puppetlabs/puppetdb 1.3.0 Available
A new release of the puppetlabs/puppetdb module is now available on the Forge: https://forge.puppetlabs.com/puppetlabs/puppetdb/1.3.0 This feature release provides us with a few new features for the PuppetDB module. You can now disable SSL when using the `puppetdb` class by using the new parameter `disable_ssl`: class { ''puppetdb'': disable_ssl => true, }
2012 Feb 16
2
Minecraft in Wine
I'm currently running a Windows version of Minecraft in Wine (don't ask why...), and wanted to know if there was a way to configure the java virtual machine which is run in wine so as to run Minecraft in a ramdisk machine. I know if I was running a linux native version, I could use the command Code: java -Xmx[Memory] -Xms[Memory] -jar [/path/to/minecraft] What I would like to be able
2011 Feb 03
1
ADS 2008 configuration
Hi, I am Inderjit, and have some issues with configuration of samba with ADS 2008. I am able to connect to ADS 2008, but command "getent group" doesn't show always the output with ADS groups. We have more that 25000 users and domain controller is not located at same location. Could you please give me a hints or suggestions, what can be changed to solve this issue. Regards