Sidebar

Is there a way to increase the size allowed for testing messages?

0 votes
350 views
asked Feb 7, 2017 by marc-m-9513 (570 points)
I am testing with XML files and get the message "The message is too large (3 MB) to be tested. Messages must be smaller than 3 MB in order to load correctly in the test window." Is there a way to increase this in order to test?

1 Answer

+1 vote
 
Best answer

You can add this java option to the QIE service manager:

-Dqie.largeMessageLimit=3145728

WARNING! The three meg limit is because browsers will run out of memory and not open large files.

 

answered Feb 7, 2017 by michael-h-5027 (14,350 points)
selected Feb 7, 2017 by marc-m-9513
...