I will have to look up somewhere, I took the heap dump and analyzed it but
can't recall it right now but I believe a TGT may be between 1.5KB to 2.5KB.
This highly depends on how many times a TGT is used as each use is being
tracked in a HashMap inside a TGT. I am not too worried about ST as it is
short lived and meant to be used in shor time and deleted after use or
through clean up job.

My calculation was that with 2 GB heap size, JVM could hold roughly atleast
500k to 1 million TGTs.

On Fri, Jun 4, 2010 at 10:48 PM, Scott Battaglia
<[email protected]>wrote:

> I'm not sure how much is consumed by a single ticket (I never bothered to
> calculate). At Rutgers, CAS served 50,000 faculty, staff, students and
> guests, and the JVM was set to one GB (and I'm not sure it came close to
> that).
>
> Cheers,
> Scott
>
> On Fri, Jun 4, 2010 at 4:19 AM, Tobias Trelle 
> <[email protected]>wrote:
>
>>
>> How are the experiences with using the DefaultTicketRegistry? Let's say my
>> SSO infrastructure handles a set of ca. 4000 users, 10% be active at the
>> same time.
>>
>> How much memory is consumed by a single ServiceTicketImpl?
>>
>> TIA
>> --
>> Tobias Trelle
>> --
>> View this message in context:
>> http://jasig.275507.n4.nabble.com/Memory-footprint-of-org-jasig-cas-ticket-registry-DefaultTicketRegistry-tp2242837p2242837.html
>> Sent from the CAS Users mailing list archive at Nabble.com.
>>
>> --
>> You are currently subscribed to [email protected] as:
>> [email protected]
>>
>> To unsubscribe, change settings or access archives, see
>> http://www.ja-sig.org/wiki/display/JSG/cas-user
>>
>
> --
> You are currently subscribed to [email protected] as: 
> [email protected]
>
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>
>

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to