by "Didier Rano" <didier.rano@[EMAIL PROTECTED]
>
Feb 27, 2008 at 04:37 PM
I think that it is not a memory problem. The size of my message is not very
large (approximatively < 2Mo), then my BizTalk process should not increase
until 1 GB or more. I am using messages larger in an other context without
this problem.
Thanks for your answer
Didier
"Eric Stott" <ericstott@[EMAIL PROTECTED]
> wrote in message
news:uUBWKxMeIHA.5208@[EMAIL PROTECTED]
> Have you used the /3GB switch?
> http://www.microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx
>
> Eric
> http://biztalk-info.com
> http://blog.biztalk-info.com
>
>
> "Didier Rano" <didier.rano@[EMAIL PROTECTED]
> wrote in message
> news:uV8dvFKeIHA.1168@[EMAIL PROTECTED]
>> Hello,
>>
>> I have a proble with theBizTalk 2006 sample: ComposedMessageProcessor.
>> This sample uses a pipeline receive inside an orchestration.
>> This sample is useful with a small quantity of message to debatch (One
to
>> many messages).
>> But there are a memory when I try with several thousands messages to
>> debatch (one to 10000 messages).
>>
>> Biztalk process increases without limit when the orchestration exits
from
>> scope inside the orchestration (scope using receive pipeline). Then,
>> OutOfMemory problem. The quanity of messages should not be too
im****tant
>> for my hardware, but BizTalk increases until 1.2 Go before generate an
>> OutOfMemory exception.
>>
>> I detect that the problem appears when I need to construct message with
>> data from pipeline.
>>
>> Very strange.
>>
>>
>
>