Re: Memory continusely increase

2018-12-26 Thread Chet Ramey
On 12/26/18 12:35 AM, Eduardo A. Bustamante López wrote: > On Mon, Dec 24, 2018 at 10:51:00AM +0800, chen liu wrote: >> Chet Ramey 于2018年12月22日周六 上午12:51写道: > (...) >>> What is the hard limit on the number of processes for a process started in >>> this environment? (The value of `ulimit -n'.) > >

Re: Memory continusely increase

2018-12-26 Thread chen liu
Eduardo A. Bustamante López 于2018年12月26日周三 下午1:35写道: > > On Mon, Dec 24, 2018 at 10:51:00AM +0800, chen liu wrote: > > Chet Ramey 于2018年12月22日周六 上午12:51写道: > (...) > > > What is the hard limit on the number of processes for a process started in > > > this environment? (The value of `ulimit -n'.)

Re: Memory continusely increase

2018-12-25 Thread Eduardo A . Bustamante López
On Mon, Dec 24, 2018 at 10:51:00AM +0800, chen liu wrote: > Chet Ramey 于2018年12月22日周六 上午12:51写道: (...) > > What is the hard limit on the number of processes for a process started in > > this environment? (The value of `ulimit -n'.) Ah, interesting. Thanks for the pointer Chet. (...) > Below is a

Re: Memory continusely increase

2018-12-23 Thread chen liu
Chet Ramey 于2018年12月22日周六 上午12:51写道: > > On 12/19/18 1:10 AM, jake wrote: > > Hi all, > > > > I did a test about run a bash scriplt never quit,but met a memory usage > > issue that cause used memory continuous increase. > > This issue was present in bash-3.2.x, bash-4.0.x, bash-4.1.x, bash-4.2.x,

Re: Memory continusely increase

2018-12-21 Thread Chet Ramey
On 12/19/18 1:10 AM, jake wrote: > Hi all, > > I did a test about run a bash scriplt never quit,but met a memory usage > issue that cause used memory continuous increase. > This issue was present in bash-3.2.x, bash-4.0.x, bash-4.1.x, bash-4.2.x, > bash-4.3.x. However, This issue was disappeared i

Re: Memory continusely increase

2018-12-19 Thread chen liu
Eduardo Bustamante 于2018年12月20日周四 上午1:58写道: > > + Adding Abhishek > On Wed, Dec 19, 2018 at 6:45 AM jake wrote: > > > > Hi all, > > > > I did a test about run a bash scriplt never quit,but met a memory usage > > issue that cause used memory continuous increase. > > This issue was present in bash

Re: Memory continusely increase

2018-12-19 Thread Eduardo Bustamante
+ Adding Abhishek Hi Chen and Abhishek, it seems you might work on the same team since you sent the exact same bug report: - http://lists.gnu.org/archive/html/bug-bash/2018-12/msg00059.html - http://lists.gnu.org/archive/html/bug-bash/2018-12/msg00058.html - http://lists.gnu.org/archive/html/bug-

Memory continusely increase

2018-12-19 Thread jake
Hi all, I did a test about run a bash scriplt never quit,but met a memory usage issue that cause used memory continuous increase. This issue was present in bash-3.2.x, bash-4.0.x, bash-4.1.x, bash-4.2.x, bash-4.3.x. However, This issue was disappeared in bash-4.4.0, I can't trace which patch fixed