Displaying 20 results from an estimated 157 matches for "1024mb".
Did you mean:
1024m
2010 Sep 25
2
xm mem-set for HVM Domain
...ee command in the HVM
$free -m
total used free shared buffers cached
Mem: 2012 153 1858 0 24 74
-/+ buffers/cache: 55 1957
Swap: 228 0 228
Using xm mem-set, i tried to allocate 1024MB to the HVM
$xm mem-set lucid_hvm 1024
$xm list
Name ID Mem VCPUs State
Time(s)
Domain-0 0 512 1 r-----
363.1
lucid_hvm 1 1024 1 -b----
7.2
xm list shows that...
2007 Dec 06
8
About swiotlb and " ...PCI-DMA: Out of SW-IOMMU..." error
Hi all,
I posted the following message in the devel list without successful, expect here have a little more luck ;)
Just add that testing the same setup on a VMware (I mean, not in a physical hardware) all go fine.
Hi all,
Sorry write to this list, here is the only place with a thread and a
solution to this problem.
At
http://lists.xensource.com/archives/html/xen-devel/2007-09/msg00140.html
2015 Jul 08
2
[RFCv3 0/5] enable migration of driver pages
...gt;
>> This series try to enable migration of non-LRU pages, such as driver's page.
>>
>> My ARM-based platform occured severe fragmentation problem after long-term
>> (several days) test. Sometimes even order-3 page allocation failed. It has
>> memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing
>> and 20~30 memory is reserved for zram.
>>
>> I found that many pages of GPU driver and zram are non-movable pages. So I
>> reported Minchan Kim, the maintainer of zram, and he made the internal
>> compaction logic...
2015 Jul 08
2
[RFCv3 0/5] enable migration of driver pages
...gt;
>> This series try to enable migration of non-LRU pages, such as driver's page.
>>
>> My ARM-based platform occured severe fragmentation problem after long-term
>> (several days) test. Sometimes even order-3 page allocation failed. It has
>> memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing
>> and 20~30 memory is reserved for zram.
>>
>> I found that many pages of GPU driver and zram are non-movable pages. So I
>> reported Minchan Kim, the maintainer of zram, and he made the internal
>> compaction logic...
2015 Jun 24
2
Files larger than 1GB fail to copy
I have a QNAP TS-410 NAS on which I have some CIFS shares. I'm trying to
copy some biggish files from a Lunix machine to the CIFS share on the NAS
but have runs into problems. I've created files of various sizes and I've
found that I can copy files up to size 1024MB to the CIFS share on the NAS,
but when I try to copy anything larger than that the copy command hangs
forever and nothing happens. This is reproducible in my setup and happens
consistently.
I've also found an error message on the NAS in /var/log/log.smbd which
might shed some light, but it doe...
2015 Jul 08
3
[RFCv3 0/5] enable migration of driver pages
...enable migration of non-LRU pages, such as driver's page.
>>>>
>>>> My ARM-based platform occured severe fragmentation problem after long-term
>>>> (several days) test. Sometimes even order-3 page allocation failed. It has
>>>> memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing
>>>> and 20~30 memory is reserved for zram.
>>>>
>>>> I found that many pages of GPU driver and zram are non-movable pages. So I
>>>> reported Minchan Kim, the maintainer of zram, and he made the in...
2015 Jul 08
3
[RFCv3 0/5] enable migration of driver pages
...enable migration of non-LRU pages, such as driver's page.
>>>>
>>>> My ARM-based platform occured severe fragmentation problem after long-term
>>>> (several days) test. Sometimes even order-3 page allocation failed. It has
>>>> memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing
>>>> and 20~30 memory is reserved for zram.
>>>>
>>>> I found that many pages of GPU driver and zram are non-movable pages. So I
>>>> reported Minchan Kim, the maintainer of zram, and he made the in...
2005 Sep 29
2
memory issues with large data set
Hi,
I am running R 2.0.1.1. on Windows. It is a Dell Dimension with a 3.2 Ghz Processor and 4Gb RAM.
When using the ReadAffy() function to read in 97 arrays, I get the below error messages:
Error: cannot allocate vector of size 393529
Reached total allocation of 1024Mb: see help(memory.size)
When I use the comman "memory.limit(size=4000)" to increase the memory size to the maximum available, I got a "NULL" as a response.
I proceeded to re-run ReadAffy(). This time, I only get the first error message.
Error: cannot allocate vector of size...
2015 Jul 29
2
[PATCH 0/4] enable migration of driver pages
...el Gorman wrote:
> > On Mon, Jul 13, 2015 at 05:35:15PM +0900, Gioh Kim wrote:
> > > My ARM-based platform occured severe fragmentation problem after long-term
> > > (several days) test. Sometimes even order-3 page allocation failed. It has
> > > memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing
> > > and 20~30 memory is reserved for zram.
> > >
> >
> > The primary motivation of this series is to reduce fragmentation by allowing
> > more kernel pages to be moved. Conceptually that is a worthwhile goa...
2015 Jul 29
2
[PATCH 0/4] enable migration of driver pages
...el Gorman wrote:
> > On Mon, Jul 13, 2015 at 05:35:15PM +0900, Gioh Kim wrote:
> > > My ARM-based platform occured severe fragmentation problem after long-term
> > > (several days) test. Sometimes even order-3 page allocation failed. It has
> > > memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing
> > > and 20~30 memory is reserved for zram.
> > >
> >
> > The primary motivation of this series is to reduce fragmentation by allowing
> > more kernel pages to be moved. Conceptually that is a worthwhile goa...
2004 Jun 07
2
strange apparently data-dependent crash with large data (PR#6955)
...ClassifyTrain.txt is from http://mill.ucsd.edu/data/ClassifyTrain.zip
> X <- read.table("ClassifyTrain.txt", skip=2)
> X1 <- as.matrix(X)
> hist(log(X1[,-(1:2)]+1))
Error: cannot allocate vector of size 164062 Kb
In addition: Warning message:
Reached total allocation of 1024Mb: see help(memory.size)
>
### Read in the data and save it as a .RData file for faster runs (I
initially did this for speed,
### but this seems to be essential to causing the crash)
> # ClassifyTrain.txt is from http://mill.ucsd.edu/data/ClassifyTrain.zip
> X <- read.table("Cla...
2015 Jul 08
0
[RFCv3 0/5] enable migration of driver pages
...ries try to enable migration of non-LRU pages, such as driver's page.
> >>
> >> My ARM-based platform occured severe fragmentation problem after long-term
> >> (several days) test. Sometimes even order-3 page allocation failed. It has
> >> memory size 512MB ~ 1024MB. 30% ~ 40% memory is consumed for graphic processing
> >> and 20~30 memory is reserved for zram.
> >>
> >> I found that many pages of GPU driver and zram are non-movable pages. So I
> >> reported Minchan Kim, the maintainer of zram, and he made the internal
>...
2008 Oct 29
1
problem with dom0_min_mem on vm creation
Hi List,
I get the following error when trying to create a new vm. There is
1024MB total physcial memory on the machine with 320MB used.
Error: I need 1045876KiB, but dom0_min_mem is 1048576 and shrinking to
1048576 KiB would leave only 1021888 KiB free.
Thanks in advance
M
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
htt...
2006 Sep 03
1
Memory issues
Hi,
I'm using R on Windows and upgraded the computer memory to 4GB, as R was
telling me that it is out of memory (for making heatmaps).
It still says that the maximum memory is 1024Mb, even if I increase it using
memory.limit and memory.size.
Is there a way to permanently increase R's memory quota to 4GB?
Please help.
Many thanks,
-DS.
[[alternative HTML version deleted]]
2006 Sep 05
1
A question about gc()
...everyone,
I am doing some intensive computation: 50000 regressions of the form Y~X with each y of size (1,1000) ,
even if I break invoke gc() for a few time in the loop, it still breaks down at some point with the error message:
Error in .signalSimpleWarning("Reached total allocation of 1024Mb: see help(memory.size)", :
recursive default argument reference
After getting this, even if I call gc() and resume the computation, it won't move at all.
May I get some suggestions what should I do to get around this problem ?
Thanks a lot.
tong
2005 Apr 27
1
Laptop issues
...e tried to
install CentOS from CD - but once I get the start screen, I type
'enter' to begin installing. The installer starts to load but only
gets as far as:
running install
running /sbin/loader
That's it. Nothing beyond that... locks up solid.
The equipment is ECS 736, P4 2.6Ghz /1024MB RAM, 40GB HDD. Ultimate
boot cd boots up fine and all tests appear to be fine.
--
Best regards,
Mickael
mailto:mike at kamloopsbc.com
2010 Oct 13
0
mtrr error
...thing works just fine. By the way, we have never had any such problem with all our DELL boxes using CentOS and IDL
on T3400, the /proc/mtrr:
reg00: base=0x00000000 ( 0MB), size=65536MB: write-back, count=1
reg01: base=0x3ff00000 (1023MB), size= 1MB: uncachable, count=1
reg02: base=0x40000000 (1024MB), size=1024MB: uncachable, count=1
reg03: base=0x80000000 (2048MB), size=2048MB: uncachable, count=1
When googling, someone out there suggest manually configure the MTRR, can somebody help us how to configure this six-core's MTRR? I am guessing this must be MTRR related. Is it possible the cur...
2003 Jun 14
1
rsync out of memory problem
...ync error: error in rsync protocol data stream (code 12) at /usr/common/src/rsync-2.5.6/io.c(165)
However, rsync has only increased in resident size to about 72 MB at this
point, while I have limits of:
cputime unlimited
filesize unlimited
datasize 8192MB
stacksize 1024MB
coredumpsize unlimited
resident 16033MB
descriptors 4096
addressspace 8192MB
Any comments? I have not seen anything in the archives that addresses
this. Thanks,
-smt
2010 Oct 20
1
Glusterfs 3.1 with Ubuntu Lucid 32bit
...th CPU and mem usage - make sure you have an ample amount
of mem to use or load will cause your node to suffer - if you notice
swap thrashing your disks, then your system is struggling.
I found that my webserver/mailserver + glusterfs native mount on 512MB
was not enough but did run a lot nicer on 1024MB
2: glusterfs NFS
Obviously make sure you have nfs-common and portmap installed and then
mount in the usual way.
I found this method had less mem and CPU overheads but locking seemed
really bad with some of my services (Dovecot, SVN) and the locks
ultimately caused load to spiral out of control....
2011 May 18
3
Weird xl mem-set behavior
Hello,
I''m struggling to handle the amount of memory that dom0 gets on some system.
It''s a system with 8GB of RAM, running 2.6.38-6 with pv_ops and Xen 4.1
If I want to set the amount of memory for dom0, I get very bogus
results. See here: http://pastebin.com/gRgY9ERN If I use the M
notation (xl mem-set 0 4096M) the outcome is similarily unpredictable,
and sometimes I get the