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 number) that is used 
to lookup the Java object in the Java repository. The ooRexx unknown method is 
used to reduce the reference counter on the Java side, eventually removing the 
peer Java object once the reference counter hits zero. So there may be pending 
uninits, if that makes a difference.

---rony

Rony G. Flatscher (mobil/e)

> Am 26.04.2017 um 22:11 schrieb Rick McGuire <object.r...@gmail.com>:
> 
> 
> 
>> On Wed, Apr 26, 2017 at 4:07 PM, Rony <rony.flatsc...@wu.ac.at> 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 21:35 schrieb Rony <rony.flatsc...@wu.ac.at>:
>> >
>> > 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 
>> >> <erich.steinbo...@gmail.com>:
>> >>
>> >> 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 most
>> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> >> _______________________________________________
>> >> Oorexx-devel mailing list
>> >> Oorexx-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Check out the vibrant tech community on one of the world's most
>> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> > _______________________________________________
>> > Oorexx-devel mailing list
>> > Oorexx-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>> 
>> 
>> ------------------------------------------------------------------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Oorexx-devel mailing list
>> Oorexx-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to