You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "stephane (JIRA)" <ji...@apache.org> on 2019/04/01 09:37:00 UTC

[jira] [Created] (ARIES-1909) parser class member is never released in BlueprintContainerImpl

stephane created ARIES-1909:
-------------------------------

             Summary: parser class member is never released in BlueprintContainerImpl
                 Key: ARIES-1909
                 URL: https://issues.apache.org/jira/browse/ARIES-1909
             Project: Aries
          Issue Type: Bug
          Components: Blueprint
    Affects Versions: blueprint-core-1.10.2
         Environment: Windows 32 bits / JVM 8 32 bit
            Reporter: stephane


We use OSGI framework within a project under a JVM8 / 32 Bits / Windows 7.

Our heap is set to 650Mo (cannot be more due to native memory + metaspace and the fact that a process under Windows 32 bits / JVM 32 bit cannot be more than 1.5Go).

At runtime we have around 200Mo of left heap memory. Inside these 200Mo we have 35Mo of data retained by the parser used at init time of the containers. It seems that this parser is only used at init time.

 

Would it be possible to set it to null? it will free-up 15% of our heap and it is huge for us.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)