Is there a good rule of thumb to determine what percentage of a pmemobj pool is usable. In the case of pmemblk this is easily obtained using the pmemblk_nblock() API call. My goal here is to answer one of two questions - what percentage of pmemobj pool is usable ? or how big should the pool be if I want to allocate N objects of specific size ?On a related note, if the answer to the above is non-trivial, is there a way to grow a pmemobj pool ? Pool sets today is a static specification and does not easily permit taking a existing pool and adding additional files on one or more devices.