- **status**: review --> fixed
- **Milestone**: 5.2.FC --> 5.1.1
- **Comment**:

changeset:   8264:288969ac258b
user:        Hoang Vo <hoang.m...@dektech.com.au>
date:        Fri Oct 28 08:37:21 2016 +0530
summary:     cpnd: use shared memory based on ckpt name length [#2108]
 
changeset:   8265:29b424e00fb9
branch:      opensaf-5.1.x
tag:         tip
parent:      8260:137b006c9c97
user:        Hoang Vo <hoang.m...@dektech.com.au>
date:        Fri Oct 28 08:37:49 2016 +0530
summary:     cpnd: use shared memory based on ckpt name length [#2108]



---

** [tickets:#2108] cpnd: osafckptnd is increasing the memory consumption in 
OpenSAF 5.1**

**Status:** fixed
**Milestone:** 5.1.1
**Created:** Mon Oct 10, 2016 09:28 AM UTC by Vo Minh Hoang
**Last Updated:** Tue Oct 11, 2016 07:46 AM UTC
**Owner:** Vo Minh Hoang


In the case of CKPT osafckptnd increased 3,5Mb  - 240% (1451kb -> 4950kb) on 
all nodes

Analyze show that:
Shared mem is initialized all from beginning with size:
sizeof(CLIENT_HDR) + (MAX_CLIENTS * sizeof(CLIENT_INFO)) + sizeof(CKPT_HDR) + 
(MAX_CKPTS * 
sizeof(CKPT_INFO))
CKPT_INFO size inscrease when support longDN lead to total size increase: 
(2048-258)*2000/1024=3496 (KB)


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to