Re[4]: status_insufficient_resources returned by the redirector (2kSP4 + updates)

> By any chance do you remember if this happened on 2k? and it happened

I know it was in WinXP, I don’t know if it was on Win2K.
I met that in developer phase when the driver was not tested
on 2000 yet, so it’s as well possible the problem might
be there.

even when you had sufficient physical and virtual memory?

Yes, I had enough of memory. The problem has been raised
in high-stress scenarios (e.g. copy a 10 GB of data
to the network).

L.

I remember this error. It had to be something with stack locations size.
You can configure LanMan registry settings to have more stack locations size.

-----Mensaje original-----
De: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]En nombre de faras namus
Enviado el: martes, 13 de marzo de 2007 14:18
Para: Windows File Systems Devs Interest List
Asunto: [ntfsd] status_insufficient_resources returned by the redirector
(2kSP4 + updates)

I am having a weird problem on a 2kSP4 machine which has norton AV 8.1
andand my filter driver installed on it.

Once in a while when I try to access a network share, I see the user
mode error “Not enough resouces to complete the request …”. When I
debugged this I noticed that SmbCeTranceive calls
MmMapLockedPagesSpecifyCache and this function returns 0.
SmbCeTransceive then, maps this is 0xC000009A which is propogated
upwards.

I am wondering why does this function MmMapLockedPagesSpecifyCache
fail, when the system has 1G RAM and the system cache shows 300M.

Any ideas what could be going wrong?

Thanks


Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@pandasoftware.es
To unsubscribe send a blank email to xxxxx@lists.osr.com

I debugged this further. System is running out of page table entries.
nt!MmTotalFreeSystemPtes is useful.

On 3/13/07, I?aki Castillo wrote:
> I remember this error. It had to be something with stack locations size.
> You can configure LanMan registry settings to have more stack locations size.
>
>
>
> -----Mensaje original-----
> De: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com]En nombre de faras namus
> Enviado el: martes, 13 de marzo de 2007 14:18
> Para: Windows File Systems Devs Interest List
> Asunto: [ntfsd] status_insufficient_resources returned by the redirector
> (2kSP4 + updates)
>
>
> I am having a weird problem on a 2kSP4 machine which has norton AV 8.1
> andand my filter driver installed on it.
>
> Once in a while when I try to access a network share, I see the user
> mode error “Not enough resouces to complete the request …”. When I
> debugged this I noticed that SmbCeTranceive calls
> MmMapLockedPagesSpecifyCache and this function returns 0.
> SmbCeTransceive then, maps this is 0xC000009A which is propogated
> upwards.
>
> I am wondering why does this function MmMapLockedPagesSpecifyCache
> fail, when the system has 1G RAM and the system cache shows 300M.
>
> Any ideas what could be going wrong?
>
> Thanks
>
> —
> Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@pandasoftware.es
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
> —
> Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: unknown lmsubst tag argument: ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>