1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
483 views
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.

 

by michael-h-5027 (14.8k points)
selected by marc-m-9513
...