You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Peter Lin <wo...@gmail.com> on 2004/12/04 05:18:38 UTC

handling large files

you know how to get servlet to handle large files. I believe the post
length limit is part of the HTTP spec. I wasn't able to get jason
hunter's upload servlet to take anything large than 10mb.

I've never had to use file loads in the webapps I've worked on, so any
tips you can provide would help. Right now it doesn't look like jmeter
is leaking, but what I do see is the JVM keeps increasing the heap.
When I manually click "garbage collect" in optimizeIt, I do see the
heap clear. when I do clear in jmeter, it doesn't and that is the
correct behavior.

even though jmeter calls gc, it doesn't actually do it, since it's
just a suggestion to the VM to gc. OptimizeIt does it because it hooks
into the vm to do it.

peter

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: handling large files

Posted by Peter Lin <wo...@gmail.com>.
Are you still experiencing the problem?

peter


On Mon, 6 Dec 2004 11:10:10 +0100, Giuseppe Ielpa <g....@idtech.it> wrote:
> Mmh this is due to JVM and servlet container
> configuration. Let try to set JVM args first.
> I guess the default values are 10MB :-)
> 
> Hope this helps
> 
> Giuseppe
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: handling large files

Posted by Peter Lin <wo...@gmail.com>.
I managed to recompile the servlet from servlets.com and upload 5-25Mb files.

You can see the bugzilla entry for more details.

peter


On Mon, 6 Dec 2004 11:10:10 +0100, Giuseppe Ielpa <g....@idtech.it> wrote:
> Mmh this is due to JVM and servlet container
> configuration. Let try to set JVM args first.
> I guess the default values are 10MB :-)
> 
> Hope this helps
> 
> Giuseppe
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: handling large files

Posted by Giuseppe Ielpa <g....@idtech.it>.
Mmh this is due to JVM and servlet container
configuration. Let try to set JVM args first.
I guess the default values are 10MB :-)


Hope this helps




Giuseppe



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org