You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two issues
Issues one: The way run.sh records the results data,it is very likely we will end up overwritting the other results files. Fix by passing in the jvm number, and append to the end of the file.
Issue two: We are not dividing the warehouses up among the numa nodes. Instead each numa node gets the total number of warehouses.
So this is actually what we are getting for a 2 numa node system for total warehouses
Single Run Multi jvm run
16 32
32 64
48 96
64 128
That is not what is intended, we expect the warehouse total count to be the same. We need adjust bot the start warehouse and the increment warehouse.
The text was updated successfully, but these errors were encountered:
Two issues
Issues one: The way run.sh records the results data,it is very likely we will end up overwritting the other results files. Fix by passing in the jvm number, and append to the end of the file.
Issue two: We are not dividing the warehouses up among the numa nodes. Instead each numa node gets the total number of warehouses.
So this is actually what we are getting for a 2 numa node system for total warehouses
Single Run Multi jvm run
16 32
32 64
48 96
64 128
That is not what is intended, we expect the warehouse total count to be the same. We need adjust bot the start warehouse and the increment warehouse.
The text was updated successfully, but these errors were encountered: