search for: xmx

Displaying 17 results from an estimated 17 matches for "xmx".

Did you mean: mmx
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",
2020 Feb 20
3
Pregunta sobre rLandsat
...renglones y columnas que debe de tener el raster pero cuando visualizo en un SIG me dice que no tiene referencia espacial y el tama?o de pixel es de 29.9 y no de 30 como originalmente era y eso mete ruido al modelo que estoy generando. Alguien me podr?a ayudar? > > > xmn=min(table_2[,1]); xmx=max(table_2[,1]) > ymn=min(table_2[,2]); ymx=max(table_2[,2]) > > b <- data.frame(cbind(table_2$x, table_2$y)) > coordinates(b) = ~X1 + X2 > > proj4string(b) <-CRS("+proj=utm +zone=14 +datum=WGS84") > b1 <- spTransform(b,CRS("+proj=longlat")) > d...
2010 Mar 07
2
CentOS server running java - won't let go of swap
I'm monitoring some CentOS 5 servers running Sun Java. We have set things up so 2048 MB of RAM are available for the base operating system, taking into account the xMx and permgen settings. What we're seeing is the swap space getting used up, and not released. Is this normal behavior? Performance doesn't seem to be affected, however I'm a bit concerned that the swap file is completely full: free -m total used free shar...
2012 Oct 29
3
How can I map numbers to colours with raster?
...ation 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) y<-t(matrix((data=sd), ncol=360, nrow=720)) r = raster(y) extent(r) = extent(c(xmn=-180,xmx=180,ymn=-90,ymx=90)) plot(r) -- View this message in context: http://r.789695.n4.nabble.com/How-can-I-map-numbers-to-colours-with-raster-tp4647742.html Sent from the R help mailing list archive at Nabble.com.
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 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 classes, but I have no idea how deal with RasterLayer object.   Thanks all!   OV [[alternative HTML version deleted]]
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 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 copy the autod...
2011 Dec 05
0
Rggobi pdf output
...ry(som) # Run SOM music.som<-som(d.music.std[,-c(1:2)],6,6,neigh="bubble",rlen=100) music.som<-som(d.music.std[,-c(1:2)],6,6,neigh="bubble",rlen=1000) # Set up data for ggobi - data needs to have any labels in the first few columns f.ggobi.som<-function(x,x.som) { xmx<-jitter(x.som$visual$x,factor=2) xmy<-jitter(x.som$visual$y,factor=2) ncols<-ncol(x) x.ggobi<-cbind(x,xmx,xmy) dimnames(x.ggobi)[[2]][ncols+1]<-"Map 1" dimnames(x.ggobi)[[2]][ncols+2]<-"Map 2" x.grid<-cbind(x.som$code,x.som$code.sum[,1:2]) dim...
2011 Dec 05
1
[rggobi] ggplot like pdf output
...ry(som) # Run SOM music.som<-som(d.music.std[,-c(1:2)],6,6,neigh="bubble",rlen=100) music.som<-som(d.music.std[,-c(1:2)],6,6,neigh="bubble",rlen=1000) # Set up data for ggobi - data needs to have any labels in the first few columns f.ggobi.som<-function(x,x.som) { xmx<-jitter(x.som$visual$x,factor=2) xmy<-jitter(x.som$visual$y,factor=2) ncols<-ncol(x) x.ggobi<-cbind(x,xmx,xmy) dimnames(x.ggobi)[[2]][ncols+1]<-"Map 1" dimnames(x.ggobi)[[2]][ncols+2]<-"Map 2" x.grid<-cbind(x.som$code,x.som$code.sum[,1:2]) dim...
2011 Jan 05
0
Onset HOBOware under Wine (Issue with a Windows/Java hybrid)
...th 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 & -Xmx parameters when calling Java. However, this app seems to be a blend of Windows (lots of DLLs) and Java, and it looks like the call to instantiate the java portion is hard-coded. I've snooped through the ini file and some other text based files, and not found anything obvious that would let me...
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
2012 Feb 16
2
Minecraft in Wine
...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 to do is configure my java VM in wine similarly... any tips?
2013 May 20
0
Announce: Module puppetlabs/puppetdb 1.3.0 Available
...another web server, such as Apache or Nginx. We have now added an option `java_args` for passing in Java options to PuppetDB. The format is a hash that is passed in when declaring the use of the `puppetdb` class: class { ''puppetdb'': java_args => { ''-Xmx'' => ''512m'', ''-Xms'' => ''256m'', } } Also, the default `report-ttl` was set to `14d` in PuppetDB to align it with an upcoming PE release, so we''ve also reflected that default here now. And finally we'...
2013 Jul 04
2
Java/Solr - Could not reserve enough space for object heap.
Hi All. # cat /etc/redhat-release CentOS release 6.2 (Final) # uname -r 2.6.32-220.17.1.el6.centos.plus.x86_64 # rpm -qa | grep solr apache-solr-3.5.0-1.5... I have a solr installation which is invoked: /usr/bin/java -Xms25g -Xmx25g -DSTOP.PORT=8079 -DSTOP.KEY=mustard -Dsolr.solr.home=multicore -jar start.jar After start/when the java process is running: # free -m total used free shared buffers cached Mem: 32093 23975 8118 0 189 5736 -/+ buffers/c...
2012 May 09
12
out of memory (java heap space) on zip creation (jruby)
I am using rubyzip and am trying to put a huge csv file with 1.4 million rows into the zip file. Using jruby I get a out of heap error. I believe the error happens in the block below: Zip::ZipOutputStream.open(zip_path) do |zos| zos.put_next_entry(File.basename(csv_path)) zos.print IO.read(csv_path) end -- You received this message because you are subscribed to the Google
2006 Apr 17
5
Hardware compatibility - Dell Inspiron 6400 or thinkpad t60?
Hi, Since a while I am curious to buy a machine with hardware virtualization support. Finally, they start to become available here in Germany. So, I want to get such a machine. I want to buy a dell inspiron 6400 or an IBM thinkpad T60 which are said to have such a mobile processor with hardware virtualization - does anybody have experiences with these? Looking in the Hardware compatibility