On Monday 04 May 2009 21:12:15 Chet Ramey wrote:
> Mike Frysinger wrote:
> > On Thursday 30 April 2009 05:56:02 Jan Schampera wrote:
> >> Sandino Araico Sánchez wrote:
> >>>1.
> >>> #!/bin/bash
> >>>2.
> >>>
> >>>3.
> >>> for i in {0..15000} ; do
> >>>4.
> >>>
Mike Frysinger wrote:
> On Thursday 30 April 2009 05:56:02 Jan Schampera wrote:
>> Sandino Araico Sánchez wrote:
>>>1.
>>> #!/bin/bash
>>>2.
>>>
>>>3.
>>> for i in {0..15000} ; do
>>>4.
>>> echo $i > /dev/null
>>>5.
>>> done
>>>
>>>
>>>
>>> Re
On Thursday 30 April 2009 05:56:02 Jan Schampera wrote:
> Sandino Araico Sánchez wrote:
> >1.
> > #!/bin/bash
> >2.
> >
> >3.
> > for i in {0..15000} ; do
> >4.
> > echo $i > /dev/null
> >5.
> > done
> >
> >
> >
> > Repeat-By:
> > Run
OK. Thanks. I have understood the difference.
Bernd Eggink wrote:
> Jan Schampera schrieb:
>> Sandino Araico Sánchez wrote:
>>
>>>1.
>>> #!/bin/bash
>>>2.
>>> 3.
>>> for i in {0..c} ; do
>>>4.
>>> echo $i > /dev/null
>>>5.
>>> done
>>>
>>>
Jan Schampera schrieb:
Sandino Araico Sánchez wrote:
1.
#!/bin/bash
2.
3.
for i in {0..c} ; do
4.
echo $i > /dev/null
5.
done
Repeat-By:
Run the script above and the process starts leaking memory very
fast.
You know what a m
Sandino Araico Sánchez wrote:
>1.
> #!/bin/bash
>2.
>
>3.
> for i in {0..15000} ; do
>4.
> echo $i > /dev/null
>5.
> done
>
>
>
> Repeat-By:
> Run the script above and the process starts leaking memory very
> fast.
>
>
Y
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: x86_64-pc-linux-gnu-gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='l$
uname output: Linux cannelloni 2.6.27.10-grsec-2.1.12-vs2.3.0.36.4 #1
SMP Fri F$
Machi