Hi,
*Jaap Eldering jaap@jaapeldering.nl [15/12/18]:
On 18-12-15 12:49, Br. Anand Shenoi wrote:
What is the difference between the output limit in the global settings and that in the problem wise setting?
Their use is identical, but the problem limit is more specific and overrides the global setting if present.
When we set the Output limit for a specific problem, it gives TLE.
If the output limit for the same problem is not set, it never exits from the memory. the status shows "JUDGING".
It means, the global output limit is not being considered by DOM.
What problem specific and global limits do you have set? Are you sure that the PHP max_post_size (and also the MySQL max_allowed_packet) are large enough?
Notice that the POST request also contains other files like the diff and stderr and are base64 encoded which increases the size by approx. a third.
Anand: what's the size of all files in the testcaseXXX directory in case of failure?
Tobi