-
Notifications
You must be signed in to change notification settings - Fork 20
Look into memory issues on the web nodes #124
Comments
It looks like in production shib is holding 1.5G of data (not code) of data in memory. Much of this is swapped out. This probably slows all shib requests, which isn't serious now but may well become more noticeable as more users use shib. |
Before we double the amount of memory, is there any indication of why it's using that much memory? From what I remember, the graphs seemed to show a steady growth of memory usage? Are we not releasing session information or might there be a memory leak? I know we're a patch version behind, are there any performance related fixes in there? |
In September there was a large increase is memory use, probably when you implemented shib. |
+1 if it will improve authentication time. Would be interesting to see if the memory just continues to climb to the new memory limit. |
There no evidence that it's expanding to use available memory, there's On 4 June 2015 at 12:51, Branden Visser [email protected] wrote:
|
This is almost definitely due to the Shibboleth SP. I assume it's because it needs to keep some user sessions and/or idp metadata into memory. We should look into why this is happening.
This is a low priority issue though.
The text was updated successfully, but these errors were encountered: