yuripv commented on this pull request.
> +For full documentation of the ZFS channel program interface, see the manual +page for +.Xr zfs-program(1m). +.Bl -tag -width "" +.It Fl t Ar timeout +Execution time limit, in milliseconds. If a channel program executes for longer +than the provided timeout, it will be stopped and an error will be returned. +The default timeout is 1000 ms, and can be set to a maximum of 10000 ms. +.It Fl m Ar memory-limit +Memory limit, in bytes. If a channel program attempts to allocate more memory +than the given limit, it will be stopped and an error returned. The default +memory limit is 10 MB, and can be set to a maximum of 100 MB. +.sp +All remaining argument strings are passed directly to the channel program as +arguments. See +.Xr zfs-program(1m) No for more information. Or I can fix all this with upcoming mandoc-1.14.1 integration where I'll have to touch this all again anyway. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/397#discussion_r121827110 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/Tffb276f83a8ecdd2-Mbc214968b0bb446aaa445531 Powered by Topicbox: https://topicbox.com
