Hi,<br><br>when i try to call a method in a remote servant with parameters that are quite large (say 50 MB), memory allocation failures occur in the server during unmarshalling. I have experienced this in windows mostly.<br>
This has to be due to virtual memory fragmentation in the server process, so that it can&#39;t find a continuous memory region of the requested size.<br>I was wonderng whether there is any way to configure OMNI to preallocate a huge enough chunk of memory during initialization and use that chunk for subsequent memory requirements.<br>
<br>thanks<br>