[
https://issues.apache.org/jira/browse/USERGRID-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15374248#comment-15374248
]
Michael Russo commented on USERGRID-1193:
-----------------------------------------
https://github.com/apache/usergrid/commit/8faad5bdcbee9012f936cea6e8ef673cc5d07d54
-- This fixes main issue with high memory usage as the class not being a
Singleton rendered the cache useless as it's loader was a new instance of
EsEntityIndexFactory for each request ( aka a new cache was created for every
request instead of looking up from singleton cache ).
> Evaluate code to reduce GC pressure
> -----------------------------------
>
> Key: USERGRID-1193
> URL: https://issues.apache.org/jira/browse/USERGRID-1193
> Project: Usergrid
> Issue Type: Story
> Affects Versions: 2.1.0
> Reporter: Jeffrey
> Assignee: Michael Russo
> Fix For: 2.1.1
>
>
> Review the code paths and look at areas where we can improve the code (low
> hanging fruit, obvious things) which reduce the GC pressure.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)