On 11/06/2009, ankush jethi <[email protected]> wrote:
> HI sebb,
>
>  I did exactly what Geetha said
>
>  *set HEAP=-Xms256m -Xmx512m
>  set EVACUATION=-XX:**MaxLiveObjectEvacuationRatio=**40%*

This may help with general memory problems but won't solve this
particular problem.

>  "Infact I replaced the both the strings in the bat file with the existing
>  ones"
>
>  I am using 2.3.1.

This is very old and buggy.

Might be that due to some issue in 2.3.1 I am facing the
>  issue. I also tried your approach. When I opened properties file I didnot
>  see any such property as " view.results.tree.max_size = 0" as mentioned in
>  the tutorial referred by you earlier. Then on another machine having 2.3.3 I
>  checked that properties file already had this property.
>

Upgrade to a more recent version of JMeter.

>
>
>  On Thu, Jun 11, 2009 at 3:04 PM, sebb <[email protected]> wrote:
>
>  > On 11/06/2009, ankush jethi <[email protected]> wrote:
>  > > HI geetha
>  > >
>  > >  Thanks a lot for your reply. I did exactly the same but got the same
>  > message
>  > >  "Response too large to be displayed (332017 bytes)." and for some pages
>  > I
>  > >  got "Response too large to be displayed (214196 bytes)." . ANything else
>  > I
>  > >  need to check . I did exactly what you wrote above
>  >
>  > I just tried it using 2.3.3, and setting the property worked for me.
>  >
>  > There must be something wrong with the way you are setting the
>  > property - please explain exactly what you did.
>  >
>  > >  Regards
>  > >
>  > >
>  > >  On Thu, Jun 11, 2009 at 11:31 AM, Geetharani_Dendi <
>  > >  [email protected]> wrote:
>  > >
>  > >  > set HEAP=-Xms256m -Xmx512m
>  > >  > set EVACUATION=-XX:MaxLiveObjectEvacuationRatio=40%
>  > >  >
>  > >  >  in jmeter .bat file
>  > >  >
>  > >  > Thanks and Regards
>  > >  >
>  > >  > Geetha D
>  > >  >
>  > >  >
>  > >  > -----Original Message-----
>  > >  > From: ankush jethi [mailto:[email protected]]
>  > >  > Sent: Thursday, June 11, 2009 11:11 AM
>  > >  > To: JMeter Users List
>  > >  > Subject: Re: Response too large
>  > >  >
>  > >  > HI sebb,
>  > >  >
>  > >  > I added the following property and set it to 0
>  > >  >
>  > >  > view.results.tree.max_size = 0
>  > >  >
>  > >  > But still I am getting the same message. Response too large. I guess
>  > >  > setting
>  > >  > 0 means any size limit. Can you please tell what could be the reason
>  > >  >
>  > >  > Thanks and regards
>  > >  > Ankush
>  > >  >
>  > >  > On Wed, Jun 10, 2009 at 5:18 PM, sebb <[email protected]> wrote:
>  > >  >
>  > >  > > On 10/06/2009, ankush jethi <[email protected]> wrote:
>  > >  > > > HI Sebb,
>  > >  > > >
>  > >  > > >  I was unable to find the property *view.results.tree.max_size *in
>  > the
>  > >  > > jmeter
>  > >  > > >  properties file. Please tell me where can I set this
>  > >  > >
>  > >  > >
>  > >  > >
>  > >  >
>  > 
> http://jakarta.apache.org/jmeter/usermanual/get-started.html#configuring_jmeter
>  > >  > > or
>  > >  > >
>  > http://jakarta.apache.org/jmeter/usermanual/get-started.html#override
>  > >  > >
>  > >  > > >  Thank you
>  > >  > > >
>  > >  > > >
>  > >  > > >  On Wed, Jun 10, 2009 at 5:01 PM, sebb <[email protected]> wrote:
>  > >  > > >
>  > >  > > >  > On 10/06/2009, ankush jethi <[email protected]> wrote:
>  > >  > > >  > > HI ,
>  > >  > > >  > >
>  > >  > > >  > >  I am not able to open my response text for some responses.
>  > It
>  > >  > says
>  > >  > > >  > "response
>  > >  > > >  > >  too large" is there any way so that I can open it?. The
>  > response
>  > >  > is
>  > >  > > only
>  > >  > > >  > >  340000 bytes. Actually I was investigating a problem so I
>  > had to
>  > >  > > check
>  > >  > > >  > for
>  > >  > > >  > >  that.
>  > >  > > >  >
>  > >  > > >  > See:
>  > >  > > >  >
>  > >  > > >  >
>  > >  > > >  >
>  > >  > >
>  > >  >
>  > 
> http://jakarta.apache.org/jmeter/usermanual/component_reference.html#View_Results_Tree
>  > >  > > >  >
>  > >  > > >  > paragraph starting with:
>  > >  > > >  >
>  > >  > > >  > "If the response data is larger than 200K,..."
>  > >  > > >  >
>  > >  > > >  > >  The problem is that I have a page where We have to enter
>  > many
>  > >  > > records
>  > >  > > >  > that
>  > >  > > >  > >  return you to the same page after addition. After that we
>  > need to
>  > >  > > click
>  > >  > > >  > on
>  > >  > > >  > >  "OK" button that takes us to another page. I checked the
>  > response
>  > >  > > foe Ok
>  > >  > > >  > >  button. Its displaying "JSP debug page".  I dont know why
>  > this
>  > >  > > blank
>  > >  > > >  > page is
>  > >  > > >  > >  appearing. Therefore I wanted to check the response of the
>  > HTTP
>  > >  > > request
>  > >  > > >  > just
>  > >  > > >  > >  above it.
>  > >  > > >  > >
>  > >  > > >  > >  Can you please tell if there is any way to check the pages
>  > with
>  > >  > > >  > responses as
>  > >  > > >  > >  huge as this. And also why blank page appears on clicking Ok
>  > >  > > >  > >
>  > >  > > >  > >  Thanks a lot
>  > >  > > >  > >
>  > >  > > >  > >
>  > >  > > >  > >  --
>  > >  > > >  > >  Regards
>  > >  > > >  > >  Ankush Jethi
>  > >  > > >  > >  It Is Very Easy To Be Brave From A Safe Distance.
>  > >  > > >  > >
>  > >  > > >  >
>  > >  > > >
>  > >  > > > >
>  > ---------------------------------------------------------------------
>  > >  > > >  > To unsubscribe, e-mail:
>  > [email protected]
>  > >  > > >  > For additional commands, e-mail:
>  > >  > [email protected]
>  > >  > > >  >
>  > >  > > >  >
>  > >  > > >
>  > >  > > >
>  > >  > > >
>  > >  > > >  --
>  > >  > > >
>  > >  > > > Regards
>  > >  > > >  Ankush Jethi
>  > >  > > >  It Is Very Easy To Be Brave From A Safe Distance.
>  > >  > > >
>  > >  > >
>  > >  > >
>  > ---------------------------------------------------------------------
>  > >  > > To unsubscribe, e-mail: [email protected]
>  > >  > > For additional commands, e-mail:
>  > [email protected]
>  > >  > >
>  > >  > >
>  > >  >
>  > >  >
>  > >  > --
>  > >  > Regards
>  > >  > Ankush Jethi
>  > >  > It Is Very Easy To Be Brave From A Safe Distance.
>  > >  >
>  > >  > DISCLAIMER:
>  > >  > This email (including any attachments) is intended for the sole use of
>  > the
>  > >  > intended recipient/s and may contain material that is CONFIDENTIAL AND
>  > >  > PRIVATE COMPANY INFORMATION. Any review or reliance by others or
>  > copying or
>  > >  > distribution or forwarding of any or all of the contents in this
>  > message is
>  > >  > STRICTLY PROHIBITED. If you are not the intended recipient, please
>  > contact
>  > >  > the sender by email and delete all copies; your cooperation in this
>  > regard
>  > >  > is appreciated.
>  > >  >
>  > >  > ---------------------------------------------------------------------
>  > >  > To unsubscribe, e-mail: [email protected]
>  > >  > For additional commands, e-mail: [email protected]
>  > >  >
>  > >  >
>  > >
>  > >
>  > >
>  > > --
>  > >
>  > > Regards
>  > >  Ankush Jethi
>  > >  It Is Very Easy To Be Brave From A Safe Distance.
>  > >
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: [email protected]
>  > For additional commands, e-mail: [email protected]
>  >
>  >
>
>
>  --
>  Regards
>  Ankush Jethi
>  It Is Very Easy To Be Brave From A Safe Distance.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to