[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
- [no subject],
Tran Thuan <=
- Re:, Chet Ramey, 2014/07/15
- Re:, Tran Thuan, 2014/07/16
- Re:, Chris Down, 2014/07/16
- Re:, Tran Thuan, 2014/07/21