generatedata icon indicating copy to clipboard operation
generatedata copied to clipboard

Error generating 100000

Open Ivanox12 opened this issue 6 years ago • 2 comments

When I generate the request of the 100000 lines, the following error is showing

This page isn’t working www.generatedata.com is currently unable to handle this request. HTTP ERROR 500

Ivanox12 avatar Mar 05 '19 20:03 Ivanox12

Hey @Ivanox12, 100,000 records is a lot! You may want to either use the "Generate in-page" option so it generates them chunk at a time - but honestly, with such a large size it would take a very long time. I'd suggest generating a much smaller data set and piecing them together.

Alternatively you could download the script and install it locally - that would be more likely to give you enough oomph to generate really large data sets.

benkeen avatar Mar 06 '19 06:03 benkeen

I had the same problem trying to generate large data sets. I can't go over 100,000 without getting a HTTP 500 internal server error. I'm using the REST API to invoke the generator on a local docker instance that I have running on my machine. If I already have the JSON for invoking via API, how do I invoke the script locally?

jasalcido avatar Jul 31 '19 01:07 jasalcido