Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14941

Re: memory leak in bash only during boot up in Bash-3.2.48

From ABHISHEK PALIWAL <abhishpaliwal@gmail.com>
Newsgroups gnu.bash.bug
Subject Re: memory leak in bash only during boot up in Bash-3.2.48
Date 2018-12-22 14:17 +0530
Message-ID <mailman.6096.1545468501.1284.bug-bash@gnu.org> (permalink)
References <1545198854891-0.post@n7.nabble.com> <a3333d09-32b2-d331-4eb7-f278b15ae9fb@case.edu>

Show all headers | View raw


Hi Chet,

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

Here are the Hard and soft limits for open files and max user processes.
root@localhost:/root> ulimit -Hn
1024
root@localhost:/root> ulimit -Hu
516046
root@localhost:/root> ulimit -Su
1024
root@localhost:/root> ulimit -Sn
1024

Regards,
Abhishek

On Fri, Dec 21, 2018 at 10:20 PM Chet Ramey <chet.ramey@case.edu> wrote:

> On 12/19/18 12:54 AM, abhishpaliwal wrote:
> > create a shell script from below given code. name it testing.sh.
> >
> > #!/bin/bash
> >  logger "Started testing"
> >  while(true); do
> > while (true); do ls > /dev/null ; done
> >  done
> >
> > Steps.
> > # chmod 755 /root/testing.sh
> > modify any /etc/init.d/"service" file add "/root/testing.sh" inside the
> > start case.
> > "service" is any service file starting during start up.
> > Make sure above service is started during the startup.
>
> 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/
>


-- 




Regards
Abhishek Paliwal

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

Re: memory leak in bash only during boot up in Bash-3.2.48 ABHISHEK PALIWAL <abhishpaliwal@gmail.com> - 2018-12-22 14:17 +0530

csiph-web