14:13:37 if someone has time, could take a look at https://code.illumos.org/c/illumos-gate/+/3161 , I have done a couple of tests but I don't have systems with a lot of memory to see the difference. 14:13:38 → CODE REVIEW 3161: 15859 vmm reservoir could defer zeroing to taskq (NEW) | https://www.illumos.org/issues/15859 15:13:15 neirac: I believe it's going to be a bit more complicated than that 15:14:03 the memory cannot go back into the free pool while it's being zeroed 15:15:18 and there are some remaining questions about visibility into the zeroing if a simultaneous reservoir allocation request comes in which has to wait for the to-be-zeroed memory in order to be successfully fulfilled 18:41:16 pmooney thank you for taking a look, oh yes this code just sends the zeroing to a taskq. I'll close this , as this patch seems to be doing harm, I just tested in a vm using and releasign memory from the reservoir, provisioning several vms from the reservoir should trigger a bug as the pages are being zero while at the same time being transferred to the free pool. 22:09:15 is there a reason pciadm is not in the PATH for root ? 22:09:24 it's such a useful utility 22:50:53 because it's not a Committed interface yet