Re: High memory map in traffic server 6.2

2016-09-26 Thread Phil Sorber
Excellent. I think I commented on your PR already.

On Mon, Sep 26, 2016 at 8:34 PM Siddharth Agarwal
 wrote:

> Yes, that was reported by my team only. We have a potential fix for it.
>
> On Mon, Sep 26, 2016 at 6:52 PM, Phil Sorber  wrote:
>
> > Does this sound like your issue?
> >
> > https://issues.apache.org/jira/browse/TS-4897
> >
> > On Mon, Sep 19, 2016 at 12:46 PM Siddharth Agarwal
> >  wrote:
> >
> > > Hi,
> > >
> > > We are seeing a high number of memory maps in the traffic server 6.2
> > > version/ It has reached the limit allowed per process on that box.
> > >
> > > ON ATS: 6.2
> > > sudo cat /proc/24179/maps | wc -l | xargs echo "$(date):"
> > > Mon Sep 19 18:33:17 UTC 2016: *65531*
> > >
> > > sudo pmap 24179 | grep anon | wc -l
> > > 65292
> > >
> > >
> > >
> > > On ATS 5:
> > >
> > > sudo cat /proc/1397/maps | wc -l | xargs echo "$(date):"
> > > Mon Sep 19 18:42:57 UTC 2016: *397*
> > >
> > > There is a huge difference between ATS 5 and 6. All other plugins in
> both
> > > the versions are same. Has there been any changes in 6.2 which explains
> > > this high number of memory maps?
> > >
> > > Thanks,
> > > Siddharth
> > >
> >
>


Re: High memory map in traffic server 6.2

2016-09-26 Thread Siddharth Agarwal
Yes, that was reported by my team only. We have a potential fix for it.

On Mon, Sep 26, 2016 at 6:52 PM, Phil Sorber  wrote:

> Does this sound like your issue?
>
> https://issues.apache.org/jira/browse/TS-4897
>
> On Mon, Sep 19, 2016 at 12:46 PM Siddharth Agarwal
>  wrote:
>
> > Hi,
> >
> > We are seeing a high number of memory maps in the traffic server 6.2
> > version/ It has reached the limit allowed per process on that box.
> >
> > ON ATS: 6.2
> > sudo cat /proc/24179/maps | wc -l | xargs echo "$(date):"
> > Mon Sep 19 18:33:17 UTC 2016: *65531*
> >
> > sudo pmap 24179 | grep anon | wc -l
> > 65292
> >
> >
> >
> > On ATS 5:
> >
> > sudo cat /proc/1397/maps | wc -l | xargs echo "$(date):"
> > Mon Sep 19 18:42:57 UTC 2016: *397*
> >
> > There is a huge difference between ATS 5 and 6. All other plugins in both
> > the versions are same. Has there been any changes in 6.2 which explains
> > this high number of memory maps?
> >
> > Thanks,
> > Siddharth
> >
>


Re: High memory map in traffic server 6.2

2016-09-26 Thread Phil Sorber
Does this sound like your issue?

https://issues.apache.org/jira/browse/TS-4897

On Mon, Sep 19, 2016 at 12:46 PM Siddharth Agarwal
 wrote:

> Hi,
>
> We are seeing a high number of memory maps in the traffic server 6.2
> version/ It has reached the limit allowed per process on that box.
>
> ON ATS: 6.2
> sudo cat /proc/24179/maps | wc -l | xargs echo "$(date):"
> Mon Sep 19 18:33:17 UTC 2016: *65531*
>
> sudo pmap 24179 | grep anon | wc -l
> 65292
>
>
>
> On ATS 5:
>
> sudo cat /proc/1397/maps | wc -l | xargs echo "$(date):"
> Mon Sep 19 18:42:57 UTC 2016: *397*
>
> There is a huge difference between ATS 5 and 6. All other plugins in both
> the versions are same. Has there been any changes in 6.2 which explains
> this high number of memory maps?
>
> Thanks,
> Siddharth
>


High memory map in traffic server 6.2

2016-09-19 Thread Siddharth Agarwal
Hi,

We are seeing a high number of memory maps in the traffic server 6.2
version/ It has reached the limit allowed per process on that box.

ON ATS: 6.2
sudo cat /proc/24179/maps | wc -l | xargs echo "$(date):"
Mon Sep 19 18:33:17 UTC 2016: *65531*

sudo pmap 24179 | grep anon | wc -l
65292



On ATS 5:

sudo cat /proc/1397/maps | wc -l | xargs echo "$(date):"
Mon Sep 19 18:42:57 UTC 2016: *397*

There is a huge difference between ATS 5 and 6. All other plugins in both
the versions are same. Has there been any changes in 6.2 which explains
this high number of memory maps?

Thanks,
Siddharth