This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/16299] pthread_attr_setstacksize ignored


https://sourceware.org/bugzilla/show_bug.cgi?id=16299

--- Comment #4 from Ken Nielson <knielson at adaptivecomputing dot com> ---
We measure the size using the ps command. We use both ps -ef  and I also use 
ps -eo uid,pid,ppid,sess,user,c,stime,vsz,rss,cmd

We grep for our program which is pbs_mom in this case. We allocate two threads
and when the ulimit -s is set to 300000 we see the rss size increase by 300 meg
for each thread. When done our program is using over 600 meg of memory.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]