* Sorry but I do not understand.
@ 2008-02-07 20:28 Fabio Giovagnini
2008-02-08 0:26 ` Mike Frysinger
2008-02-08 0:44 ` Kieran Bingham
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Giovagnini @ 2008-02-07 20:28 UTC (permalink / raw)
To: linux-sh
What exaclty means this following:
root:/home> cp nfs/sdl5thApp .
root:/home> ./sdl5thApp
Allocation of length 1072838 from process 48 failed
DMA per-cpu: empty
DMA32 per-cpu: empty
Normal per-cpu:
cpu 0 hot: high 0, batch 1 used:0
cpu 0 cold: high 0, batch 1 used:0
HighMem per-cpu: empty
Free pages: 9244kB (0kB HighMem)
Active:0 inactive:4 dirty:0 writeback:0 unstable:0 free:2311 slab:1073
mapped:0 pagetables:0
DMA free:0kB min:0kB low:0kB high:0kB active:0kB inactive:0kB present:0kB
pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0 16 16
DMA32 free:0kB min:0kB low:0kB high:0kB active:0kB inactive:0kB present:0kB
pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0 16 16
Normal free:9244kB min:2560kB low:10368kB high:10496kB active:0kB
inactive:16kB present:16384kB pages_scanned:0 all_unreclaimable? yes
lowmem_reserve[]: 0 0 0 0
HighMem free:0kB min:640kB low:2560kB high:2560kB active:0kB inactive:0kB
present:0kB pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0 0 0
DMA: empty
DMA32: empty
Normal: 7*4kB 6*8kB 3*16kB 3*32kB 1*64kB 0*128kB 1*256kB 1*512kB 0*1024kB
0*2048kB 2*4096kB = 9244kB
HighMem: empty
Unable to allocate RAM for process text/data, errno 12
root:/home>
Thanks if anyone can explain to me.
Regards
--
Fabio Giovagnini
Aurion s.r.l.
via degli orti 11,
40050 Funo di Argelato (BO)
P.I e C.F.
00885711200
Tel. +39.335.8350919
Fax +39.051.8659009
www.aurion-tech.com
account telefono VoIP skype (www.skype.com):
aurion.giovagnini
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Sorry but I do not understand.
2008-02-07 20:28 Sorry but I do not understand Fabio Giovagnini
@ 2008-02-08 0:26 ` Mike Frysinger
2008-02-08 0:44 ` Kieran Bingham
1 sibling, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2008-02-08 0:26 UTC (permalink / raw)
To: linux-sh
[-- Attachment #1: Type: text/plain, Size: 412 bytes --]
On Thursday 07 February 2008, Fabio Giovagnini wrote:
> What exaclty means this following:
> root:/home> cp nfs/sdl5thApp .
> root:/home> ./sdl5thApp
> Allocation of length 1072838 from process 48 failed
your memory is full and/or fragmented and cannot satisfy the request for
1072838 bytes. the rest of the message just describes the exact memory state
in the system at the time of failure.
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Sorry but I do not understand.
2008-02-07 20:28 Sorry but I do not understand Fabio Giovagnini
2008-02-08 0:26 ` Mike Frysinger
@ 2008-02-08 0:44 ` Kieran Bingham
1 sibling, 0 replies; 3+ messages in thread
From: Kieran Bingham @ 2008-02-08 0:44 UTC (permalink / raw)
To: linux-sh
Normal: 7*4kB 6*8kB 3*16kB 3*32kB 1*64kB 0*128kB 1*256kB 1*512kB 0*1024kB
0*2048kB ___2*4096kB___ = 9244kB
If those are the free pages ... Doesn't 1072838 bytes fit inside one
of the 4096000 pages? or was it denied this page because of the huge
amount it would waste ?
--
KB
On 08/02/2008, Mike Frysinger <vapier@gentoo.org> wrote:
> On Thursday 07 February 2008, Fabio Giovagnini wrote:
> > What exaclty means this following:
> > root:/home> cp nfs/sdl5thApp .
> > root:/home> ./sdl5thApp
> > Allocation of length 1072838 from process 48 failed
>
> your memory is full and/or fragmented and cannot satisfy the request for
> 1072838 bytes. the rest of the message just describes the exact memory state
> in the system at the time of failure.
> -mike
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-02-08 0:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-07 20:28 Sorry but I do not understand Fabio Giovagnini
2008-02-08 0:26 ` Mike Frysinger
2008-02-08 0:44 ` Kieran Bingham
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.