User Details
- User Since
- May 16 2014, 7:35 PM (636 w, 19 h)
Today
Yesterday
Is this a dup?
I tried on my crash box which is netbooted.
Thu, Jul 23
My reading of the graph you posted is that we never exceed 2 pages. So reducing the stack to 3 pages should be fine for this workload, while reducing to two is probably not going to work. Am I correct?
Initialize error.
Fix locking in procdecs_close() for zombies case.
Rebase on top of D58407
Add weak zombie references that allow waitpid() but do not block reaping.
Wed, Jul 22
Return error.
I am thinking about reducing the amd64 default kstack size to 4->3, or even 2.
I do not object strong, but knote is 160 bytes.
This obviously changes the semantic of the pwait(1) tool. Before, it returned control after the process exited. Now, it additionally wait until a reaper makes the wait*() call.
Tue, Jul 21
proc_to_reap(orphan) can reap.
Rename PZOMBIEREF_ORPHAN to PZOMBIEREF_REALPARENT.
Move an assert into proc_realparent().
Correct the condition to reparent on the last procdesc close.
Start modifying the man pages.
Fix one more locking comment.
Change p_zombieref lock annotation to be just proctree_lock.
Will be consumed by D58264
Mon, Jul 20
Add a control variable for proc_can_ptrace() calls.
