First solve your out of memory issues, then you may be able to load a large 
file into memory.

Most common cause of memory issues in gui are listeners, particularly results 
tree.  Try only recording errors if you need it at all.  Gui is intended for 
testing your tests, rather than doing your load testing.

AFAIK, in non-gui tests it is likely older HTTP implementations, use v4+.  I 
never get memory issues in CLI tests.

However, 100MB filetostring does not really sound like something I'd want to 
do, are you sure it is the best design?

Charlie

> -----Original Message-----
> From: Tech Newbie [mailto:[email protected]]
> Sent: Tuesday, 5 February 2013 11:19 AM
> To: [email protected]
> Subject: Use FileToString for 100MB file
> 
> Is that possible?
> 
> Getting out of memory error even though the heap is set to 1G:
> set HEAP=-Xms1024m -Xmx1024m

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

Reply via email to