bug-bash
[Top][All Lists]
Advanced

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

[no subject]


From: Tran Thuan
Subject:
Date: Mon, 14 Jul 2014 11:46:02 +0700

Hi team,



I am a user of bash.

Could you help explain this?

I wrote a simple loop as following:



while true; do

                                sleep 1

                                echo "hello"

done



But the RSS (resident set size) continue increase. (Check by ps command)

Is it possible a bug of bash? Could you please help me check it?

I try on bash version 3.2.51 and 4.2.10. The result is same.

-- 
Thuan


reply via email to

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