XML generating a http insufficient memory error

I used the article on Exercising XML (http://www-10.lotus.com/ldd/today.nsf/lookup/xml_designer?) to create a view that displayed a XML file. This worked fine until the data grew. Now at 6500 documents and a size around 10MB I get the following error:20/02/2005 04:05:47 PM HTTP Web Server: Lotus Notes Exception - Insufficient memory - thread local heap is full [/Dir/db.nsf/XMLView?OpenView]

There is 1.5GB Ram on the server the memory utilisation is not even over 20%. When watching the nhttp task it reached just over 100MB and failed.

Please help…

Subject: XML generating a http insufficient memory error

Hi,

I have the same problem… Did finallly find a solution for this?

nb: My XML document(view) reach 10Mb. I have made some change in the Server config. (Internet Protocol / HTTP/ HTTP Protocol Limits / the Maximum size of request… ) but… noway! I still get this error msg…

Thx for you help,

Kind regards,

Alex

Subject: RE: XML generating a http insufficient memory error

I have the same problem as well on a domino 7.0.3 server. is there a solution already?

Subject: RE: XML generating a http insufficient memory error

I have the solution.

Adding the following parameter to notes.ini solves the problem:

iNotesThreadMemoryMaxPoolMb=512

default value=64, increment this parameters value by 32 until the problem is solved. In our case it was 512