Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OP ratio #49

Open
ZiyangJiao opened this issue Nov 23, 2020 · 4 comments
Open

OP ratio #49

ZiyangJiao opened this issue Nov 23, 2020 · 4 comments

Comments

@ZiyangJiao
Copy link

Just to confirm, I'm wondering does it mean (T - U) / T or (T-U) / U in MQSim?
Thank you for your time and help!

@tavakara
Copy link

Hi @ZiyangJiao,
Can you please clarify which parameter are you referring to?

@ZiyangJiao
Copy link
Author

Thank you for your reply. It's Overprovisioning_Ratio: the ratio of reserved storage space with respect to the available flash storage capacity. Range = {all positive double precision values}.

@ZiyangJiao
Copy link
Author

Plus, I'd like use MQSim to validate the write amplification caused by garbage collection. But it seems that MQSim doesn't support 100% preconditioning(setting initial occupancy = 100% and working set = 100%) .

@tavakara
Copy link

Hi @ZiyangJiao,
As you can find the usage of the parameter in classes like Logical_Address_Partitioning_Unit.cpp, it is (T-U)/T. In other words, it is the ratio of the reserved space to the total available storage space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants