< prev index next >

test/jdk/javax/imageio/plugins/png/ItxtUtf8Test.java

Print this page

        

@@ -28,11 +28,11 @@
  *          Test also verifies that trunkated png images does not cause
  *          an OoutOfMemory error.
  *
  * @run main ItxtUtf8Test
  *
- * @run main/othervm/timeout=10 -Xmx4m ItxtUtf8Test truncate
+ * @run main/othervm/timeout=10 -Xmx6m ItxtUtf8Test truncate
  */
 
 import java.awt.image.BufferedImage;
 import java.io.ByteArrayInputStream;
 import java.io.ByteArrayOutputStream;
< prev index next >