It probably is a good idea to move Hazelcast to its own jvm at a minimum. It looks like the default behavior is to fill the cache until its at 85% of heap space. I got this by looking at https://apereo.github.io/cas/5.0.x/installation/Configuration-Properties.html#hazelcast-ticket-registry , so I could be wrong.
On Fri, Aug 18, 2017 at 10:51 AM, Oschwald Robert <[email protected]> wrote: > You can get the amount of objects in Hazelcast using Hazelcast Management > Center or VM tools like visualvm. > I’m not sure if Hazelcast Management Center is available for Open Source > License usage, or in Hazelcast Enterprise, only. > > I strongly recommend to NOT use the Hazelcast embedded mode, as it is not > optimal for production. > Better to setup a hazelcast Cluster, so run a Hazelcast “Client Plus > Member” Topology. > > See https://hazelcast.com/resources/hazelcast-deployment-operations-guide/ > > Robert > > -- > - CAS gitter chatroom: https://gitter.im/apereo/cas > - CAS mailing list guidelines: https://apereo.github.io/cas/ > Mailing-Lists.html > - CAS documentation website: https://apereo.github.io/cas > - CAS project website: https://github.com/apereo/cas > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/a/ > apereo.org/d/msgid/cas-user/E1910550-B266-448A-A09B- > 3C32FFB0A59A%40gmail.com. > -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAL3JkELjWgjBjsVsCru9FRSZGRdWgp%3D%2B5M%3DRrcxBo%3D8tVjEdSw%40mail.gmail.com.
