The table listener has to show a row for every result row so I doubt 2GB heap would be enough for a 650MB CSV file - Im not sure what you want to do visually with such a big file either. Also what data is being written to this file? possibly you are writing responses?
You could throw more memory in a 64bit JVM ...usually when we have this level we have to load it into a DBMS type structure and then analyse whatever we want to.. regards deepak On Wed, Jun 4, 2014 at 12:27 PM, Brad Seelinger <[email protected]> wrote: > Hi Louis, > > Thank you for your idea. Yes, I had already tried increasing HEAP to > 2048M without any difference (see below screenshot). The results file > is a standard CSV file that is 60MB. Jmeter simply won’t load that size of > file into the “View Results in Table” sampler. I’ve reduced the length of > the test to create a small results file (1MB) and it loads instantly > without issue. So I know there is not an issue with the file or format of > the file. I’m left to deduct there is some sort of sizing defect trying to > load large files into the GUI sampler (the table sampler to be specific). > > > > Any other thoughts or suggestions? > > > > Regards, > > Brad > > > > > > > > > > > > -----Original Message----- > From: Masters,Louis [mailto:[email protected]] > Sent: Wednesday, June 04, 2014 7:33 AM > To: [email protected] > Subject: RE: Jmeter not loading the results file into sampler > > > > Did you try increasing memory allocated to JMeter? I think it defaults > to 512M. > > > > > -----Original Message----- > > > From: Brad Seelinger [mailto:[email protected] > <[email protected]>] > > > Sent: Tuesday, June 03, 2014 3:23 PM > > > To: [email protected] > > > Subject: Jmeter not loading the results file into sampler > > > > > > Hello Community - > > > > > > I'm fairly new to jmeter and having difficulty loading the results > > > file and was hoping someone might be able to assist me. > > > > > > I have a FTP test plan that I'm running headless and it created a > > > 650MB results file. I then open my test plan using the GUI. I have > > > two > > > samplers: "Show Results in Table" & "Summary Report". The summary > > > report takes about 1 minute for the data to load but works great. The > > > "Show Results in Table" report however pegs the cpu to 100% for about > > > 20 mins, then just freezes the GUI and renders it useless. I have to > > > kill -9 the jmeter process. > > > > > > Is there a size constraint on report files? Are there any settings I > > > need to modify to allow for larger results files? Any help or > > > suggestions would be appreciated! > > > > > > Brad Seelinger > > > Software Quality Assurance Manager > > > > > > Confidentiality Notice: The information contained in this e-mail and any > attachments (including, but not limited to, any attached e-mails) may be > legally privileged and confidential. If you are not an intended recipient, > you are hereby notified that any dissemination, distribution or copying of > this e-mail is strictly prohibited. If you have received this e-mail in > error, please notify the sender and permanently delete the e-mail and any > attachments immediately. You should not retain, copy or use this e-mail or > any attachment for any purpose, nor disclose all or any part of the > contents to any other person. Thank you. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > >
