Skip to content

Commit ed7114d

Browse files
committed
Adjustments for SF3k and SF10k
1 parent 8cdd4f1 commit ed7114d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/resources/scale_factors.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<scale_factor name="3000" >
195195
<property>
196196
<name>generator.numPersons</name>
197-
<value>10040000</value>
197+
<value>6000000</value>
198198
</property>
199199
<property>
200200
<name>generator.startYear</name>
@@ -213,7 +213,7 @@
213213
<scale_factor name="10000" >
214214
<property>
215215
<name>generator.numPersons</name>
216-
<value>30200000</value>
216+
<value>20000000</value>
217217
</property>
218218
<property>
219219
<name>generator.startYear</name>

tools/emr/submit_datagen_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'use_spot': False,
2424
'master_instance_type': 'm5d.2xlarge',
2525
'instance_type': 'i3.4xlarge',
26-
'sf_ratio': 50.0, # ratio of SFs and machines. a ratio of 50.0 for SF100 yields 2 machines
26+
'sf_ratio': 100.0, # ratio of SFs and machines. a ratio of 50.0 for SF100 yields 2 machines
2727
'platform_version': lib.platform_version,
2828
'version': lib.version,
2929
'az': 'us-west-2c',

0 commit comments

Comments
 (0)