On 11 August 2012 15:40, P <[email protected]> wrote: > > > I am using JMeter version 2.6.r1237317. I tried both Java and HTTPClient 4 > implementations. Had same results and noticed the limit to be 100MB. > Thanks in advance for the help, > Radha
I've just tried with JMeter 2.7 and 2.6, POSTing to Jetty 8.1.5.v20120716. [The default Jetty server allows POSTing to /dump/info] I had no problem sending a 360MB file using either HttpClient 3.1 or 4. However using the Java HTTP implementation did cause problems. Maybe there is an issue with the server. > Date: Sat, 11 Aug 2012 02:57:08 -0700 > From: [email protected] > To: [email protected] > Subject: Re: File size limit in a HTTP POST request > > > > On 11 August 2012 07:34, P <[hidden email]> wrote: > >> Hi, > >> > >> I am trying to upload a file ~250MB in a POST request using HTTP Sampler. > >> However I see that JMeter is not able to send any file >100MB. In my test > >> case with ~250MB file, I see that JMeter hangs after a while, and never > >> closes the connection. > >> Has anyone encountered a similar behavior? It seems that there is a limit of > >> 100MB file size for file uploads/post requests. Is there a workaround that > >> anyone can recommend? > > > JMeter does not impose an upload limit, however the HTTP > > implementation may do so if it buffers the file contents. > > > Which version of JMeter? > > Which HTTP sampler implementation? > > >> I appreciate the help! > >> > >> Thanks! > >> > >> -Radha > >> > >> > >> > >> -- > >> View this message in context: >> http://jmeter.512774.n5.nabble.com/File-size-limit-in-a-HTTP-POST-request-tp5714303.html >> Sent from the JMeter - User mailing list archive at Nabble.com. > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [hidden email] > >> For additional commands, e-mail: [hidden email] > >> > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [hidden email] > > For additional commands, e-mail: [hidden email] > > > > > > > > > > > > > > If you reply to this email, your message will be added to the > discussion below: > > http://jmeter.512774.n5.nabble.com/File-size-limit-in-a-HTTP-POST-request-tp5714303p5714304.html > > > To start a new topic under JMeter - User, email > [email protected] > > To unsubscribe from JMeter - User, click here. > > NAML > > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/File-size-limit-in-a-HTTP-POST-request-tp5714303p5714315.html > Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
