Daohub-io/cap9

Limit or somehow control the number of procedures

Closed this issue · 1 comments

There is a finite capacity in the kernel for procedures, we need to work out what that is and deal with it when we reach that limit. Currently procedure table assumes a limit of 256, but that is not handled in any way, and writes are likely uncontrolled.

Closing with #118