#163 closed defect (fixed)
exercise_disk consumes excessive pdir space.
| Reported by: | canthony | Owned by: | Eric Swenson |
|---|---|---|---|
| Priority: | major | Milestone: | MR12.7 |
| Component: | Tools | Version: | MR12.6f |
| Keywords: | exercise_disk ipc quota | Cc: |
Description
exerecise_disk consumes excessive pdir space, exhausting the default quota of 1000 in a few minutes.
The pd is filling with ipc area segments:
st -cl ipc
pdd>!BMlBjlQBBBBBBB>!BBBKNDpCZQQzCp.area.ipc
255
pdd>!BMlBjlQBBBBBBB>!BBBKNDpCbZjGZx.area.ipc
255
pdd>!BMlBjlQBBBBBBB>!BBBKNDpCcgQWXm.area.ipc
255
pdd>!BMlBjlQBBBBBBB>!BBBKNDpCdxdPqK.area.ipc
255
pdd>!BMlBjlQBBBBBBB>!BBBKNDpCgLPJdQ.area.ipc
255
pdd>!BMlBjlQBBBBBBB>!BBBKNDpChfnLdj.area.ipc
255
Change History (5)
comment:1 by , 7 years ago
| Status: | new → assigned |
|---|
comment:2 by , 7 years ago
comment:3 by , 7 years ago
| Milestone: | → MR12.6g |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
| Version: | → MR12.6f |
Note:
See TracTickets
for help on using tickets.

The i/o module rdisk_.pl1 has the same issue (as does socket_, which is not yet part of the system). Adding a call to ipc_$drain_chn when ipc_$block is not called fixes the issue.