Strange PermGen out of memory error - Shib IdP V3
Cantor, Scott
cantor.2 at osu.edu
Sat Jul 11 20:55:27 EDT 2015
On 7/11/15, 8:30 PM, "users on behalf of Stefan Santesson" <users-bounces at shibboleth.net on behalf of stefan at aaa-sec.com> wrote:
>Hi,
>
>I wander if anyone recognise this problem.
c3p0 has known memory leaks, which means the ApplicationManagedConnection pooling in the resolver does.
You should get off it at the earliest opportunity, and you definitely don't want to be using it for load testing. The recommended strategy is BeanManagedConnection, but you can use a ContainerManagedConnection if you prefer, that's more work though, involving changes to web.xml.
-- Scott
More information about the users
mailing list