[ http://issues.apache.org/jira/browse/XERCESC-1475?page=all ]
     
Alberto Massari resolved XERCESC-1475:
--------------------------------------

    Resolution: Fixed

The DOMDocument objects in the 3.0 branch now can be queried for the 
"DOMMemoryManager" feature that exposes the size of the memory chunks; by 
default, it will start from 8Kb and doubles at every allocated chunk until it 
reaches the 64Kb value

> Make DOM heap allocation sizes configurable
> -------------------------------------------
>
>          Key: XERCESC-1475
>          URL: http://issues.apache.org/jira/browse/XERCESC-1475
>      Project: Xerces-C++
>         Type: Improvement
>   Components: DOM
>     Versions: 2.6.0
>     Reporter: Scott Cantor
>     Assignee: Alberto Massari

>
> Right now, the DOM document heap allocator has fixed values of 64k and 4k for 
> the chunk allocation and suballocation limits, respectively, in 
> DOMDocumentImpl.cpp
> It would be nice if the application could configure those values somehow for 
> its usage patterns. They can be changed now only by recompiling, which is 
> hard if you're distributing an application in source form.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to