bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Memory continusely increase


From: Chet Ramey
Subject: Re: Memory continusely increase
Date: Fri, 21 Dec 2018 11:51:20 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.3.3

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 in bash-4.4.0, I can't trace
> which patch fixed the issue or which new feature was introduced in
> bash-4.4.0.
> 
> Here is bash script:
> ------------------------------------------------------------------------------
> #!/bin/bash
> 
> logger "Started testing"
> while(true);do 
>  while (true); do 
>    ls > /dev/null 
>  done
> done

What is the hard limit on the number of processes for a process started in
this environment? (The value of `ulimit -n'.)

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]