Comment 2 for bug 1054933

Revision history for this message
Ben (benny001-lim) wrote :

Hi Brian,

I can reproduce with a very simple test case.

1/ Start: gearmand -t 4
2/ In the directory "Sample" of the gearman distribution: I can find 2 binaries "reverse_worker" and "reverse_client_bg"
3/ I start reverse_worker
4/ Write a shell script Test.sh
content of the shell script :1000 time the same command:
reverse_client_bg aaabbbccc
reverse_client_bg aaabbbccc
reverse_client_bg aaabbbccc
....
reverse_client_bg aaabbbccc

5/ Start he Test.sh

Keep it running and after a while I can see the gearmand process memory increasing 4K by 4K.

Let me know if I can help.

Rgds