Re: [Oorexx-devel] Ad "Error 5: System resources exhausted."

2017-04-26 Thread Rony G Flatscher
Thank you. Will use that (and the ProcessExplorer) on Windows. ---rony Rony G. Flatscher (mobil/e) > Am 26.04.2017 um 23:19 schrieb Erich Steinböck : > > | There is enough physical memory available on the machine. > Not sure what you mean with "enough". > > | Is

Re: [Oorexx-devel] Ad "Error 5: System resources exhausted."

2017-04-26 Thread Rony G Flatscher
Thank you for this clarification! Could it be that there is too much fragmentation such that the requested chunk if memory cannot be allocated anymore? All Java objects will be proxied with a Rexx object whose objectname carries the name (usually the Java classname @ some hecadecimal

Re: [Oorexx-devel] Ad "Error 5: System resources exhausted."

2017-04-26 Thread Rick McGuire
On Wed, Apr 26, 2017 at 4:07 PM, Rony wrote: > Erich, > > could it be that there is not enough stack space llocated? > This error only is issued for an out of memory error, not for stack space. Rick > > ---rony > > Rony G. Flatscher (mobil/e) > > > Am 26.04.2017 um

Re: [Oorexx-devel] Ad "Error 5: System resources exhausted."

2017-04-26 Thread Rony
Erich, could it be that there is not enough stack space llocated? ---rony Rony G. Flatscher (mobil/e) > Am 26.04.2017 um 21:35 schrieb Rony : > > Erich, > > thank you for this information! There is enough physical memory available on > the machine. > > Is there a

Re: [Oorexx-devel] Ad "Error 5: System resources exhausted."

2017-04-26 Thread Rony
Erich, thank you for this information! There is enough physical memory available on the machine. Is there a way to learn how much memory ooRexx is using? (Will look into this from the Java side as well.) ---rony Rony G. Flatscher (mobil/e) > Am 26.04.2017 um 21:01 schrieb Erich Steinböck

Re: [Oorexx-devel] Ad "Error 5: System resources exhausted."

2017-04-26 Thread Erich Steinböck
Rony, this is an out-of-memory error - a memory allocation has failed. You might need to provide more system memory, or make your "elements" use less space. -- Check out the vibrant tech community on one of the world's

[Oorexx-devel] Ad "Error 5: System resources exhausted."

2017-04-26 Thread Rony G. Flatscher
A student is using BSF4ooRexx to parse a huge XML file using Java's SAX parser. The SAX (simple API for XML) works with a callback concept. In order to be eligible for these SAX callbacks the ContentHandler interface