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

scale_factor setting question #96

Open
wenxuanguan opened this issue Jan 21, 2016 · 1 comment
Open

scale_factor setting question #96

wenxuanguan opened this issue Jan 21, 2016 · 1 comment

Comments

@wenxuanguan
Copy link

I`m confused about scale_factor setting in config.py.template

# The default values configured below are appropriate for approximately 20 m1.xlarge nodes,
# in which each node has 15 GB of memory. Use this variable to scale the values (e.g.
# number of records in a generated dataset) if you are running the tests with more
# or fewer nodes. When developing new test suites, you might want to set this to a small
# value suitable for a single machine, such as 0.001.
SCALE_FACTOR = 1.0

scale_factor=1 for 20 m1.xlarge nodes(15GB mem) , why 0.001 for a single machine?
what if c3.xlarge(7.5GB mem) nodes or c3.2xlarge(4vCPU) nodes?

Thanks!

@emres
Copy link

emres commented Apr 13, 2016

I'm also confused about this. Something like a formula, based on CPU cores and RAM (per node) would make understanding and using easier I believe.

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