search for: 2000mb

Displaying 9 results from an estimated 9 matches for "2000mb".

Did you mean: 200mb
2017 Feb 01
2
[PATCH] v2v: Further increase memory allocated to the appliance (RHBZ#1418283).
...2340dd59f438862e152a15ef we increased the memory size to 800MB (on x86) so that the semodule command would work. However it has been discovered that another SELinux command takes large amounts of RAM (setfiles during the SELinux relabel step). Therefore increase the memory size again, this time to 2000MB. --- v2v/v2v.ml | 2 +- v2v/virt-v2v.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v2v/v2v.ml b/v2v/v2v.ml index e85e96f..a711121 100644 --- a/v2v/v2v.ml +++ b/v2v/v2v.ml @@ -75,7 +75,7 @@ let rec main () = ); let g = open_guestfs ~identifier:"v2v&qu...
2008 Dec 12
1
setting the R_Libs gives warning message from Rgui.exe
...;lib' is missing: using 'D:/Program Files/R/R-2.8.0.libs' --- Please select a CRAN mirror for use in this session --- Error in contrib.url(repos, type) : I set the command for Rgui.exe to be "D:\Program Files\R\R-2.8.0\bin\Rgui.exe" --no-restore --no-save --max-mem-size 2000MB R_LIBS="D:/Program Files/R/R-2.8.0.libs" > sessionInfo() R version 2.8.0 (2008-10-20) i386-pc-mingw32 locale: LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 attached ba...
2004 Sep 28
10
Bandwidth Metering
Hi, How do you meter the amount of bandwidth a user has consumed (as webhosting companies do) under linux? I have searched everywhere, but have been unable to find a solution. Apologies if this is the wrong forum. Thanks, Patrick _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2006 Dec 06
3
HVM memory upper limit
Hello, I''m trying to create a HVM virtual machine (windows guest) with 3G of memory but this isn''t working. Xen create the domain but nothing happens (the OS don''t start and the cpu time remains 0). Things start to work with 2000MB or below. Is there some kind of upper limit for HVM virtual machines? I''m using a Dell PowerEdge 8250 machine with 16GB of memory. Thanks in advance! -- Marcos Paulo Serafim Analista de Suporte Técnico / Support Analyst mpserafim (at) gmail (dot) com Orlandia/SP - Brazil MSN: mpserafim...
2017 Feb 01
0
Re: [PATCH] v2v: Further increase memory allocated to the appliance (RHBZ#1418283).
...we increased the > memory size to 800MB (on x86) so that the semodule command would work. > > However it has been discovered that another SELinux command takes > large amounts of RAM (setfiles during the SELinux relabel step). > Therefore increase the memory size again, this time to 2000MB. > --- LGTM. Should v2v get a -m parameter like the other tools? > diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod > index 4614888..88bfd7f 100644 > --- a/v2v/virt-v2v.pod > +++ b/v2v/virt-v2v.pod > @@ -1634,7 +1634,7 @@ alleviate this. > > Virt-v2v is not especially...
2017 Jul 31
2
read/write performance through mount point by guestmount
I create a *4x256GB-SSD RAID0(/dev/md1)* and I test the performance through fio. fio config: ioengine=libaiodirect=1time_basedruntime=120ramp_time=30size=100g The sequential read/write performance is: > > *read: 2000MB/swrite: 1800MB/s* Now I make a ext4 on the RAID0(/dev/md1) and mount on /home/. ANd I create a 100G-disk.qcow2 by guestfish. > $guestfish > ><fish>: disk-create disk.qcow2 qcow2 100*1024*1024*1024 > ><fish>: run > ><fish>: mkfs ext4 /dev/sda > ><fi...
2008 Aug 12
0
gls and memory allocation
...) While running a gls with a rather large dataset (~ 13000 data points) it cannot seem to allocate ~ 685 MB for the vector. I've got a 2G RAM on windows XP (32 -bit I guess). I've cleared the memory as best I can, and specified the max allowable in the target line (i.e. --max-mem-size = 2000MB) but still it does not want to run. Am I just running out of RAM? or should R be able to handle that size vector, and I just need to clean up the code? Thanks, Dave
2017 Feb 02
1
Re: [PATCH] v2v: Further increase memory allocated to the appliance (RHBZ#1418283).
...; memory size to 800MB (on x86) so that the semodule command would work. > > > > However it has been discovered that another SELinux command takes > > large amounts of RAM (setfiles during the SELinux relabel step). > > Therefore increase the memory size again, this time to 2000MB. > > --- > > LGTM. > > Should v2v get a -m parameter like the other tools? Because with v2v we want to automate the transfer of hundreds or thousands of guest, we should avoid per-guest tweaks, which is essentially what the -m flag would be. However there is an issue with any...
2003 Jul 24
1
geoR size limit problem
...rtition the map into several smaller pieces to krige them separately and retain the smooth transitions from one part to another? Is there a possibility to apply a "mask" to the grid in a way that it only interpolates the cells of interest? My machine has 512MB of memory and additional 2000MB of swap. Thanks in advance, Miha Staut