Skip to content

Reduce number of file handles on csv file#92

Open
benpearson84 wants to merge 1 commit into
Blazemeter:masterfrom
benpearson84:reduce-file-handles
Open

Reduce number of file handles on csv file#92
benpearson84 wants to merge 1 commit into
Blazemeter:masterfrom
benpearson84:reduce-file-handles

Conversation

@benpearson84
Copy link
Copy Markdown
Contributor

The number of file handles created by the Random CSV Data Set Config causes problems when using it on Cloud infrastructure, in Azure for example, file shares have a limit of 2000 file handles per file so when running high volume tests with more than 2000 threads it causes a 'Disk Quota Exceeded' exception. This change reduces the number of file handles created on the csv file which means more threads can share the same csv data file.

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

Successfully merging this pull request may close these issues.

2 participants