You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Henry Niu <HN...@iitcorporation.com> on 2004/06/28 18:52:29 UTC

Compiling Schema caused OutOfResource error

 
I tried to use SCOMP utility to compile a schema xsd file which is more that 1MB, then got out of resource error. 
 
I changed the scomp.cmd file:
 
%JAVA_HOME%\bin\java -Xms256M -Xmx1024M -classpath %cp%  org.apache.xmlbeans.impl.tool.SchemaCompiler %*
 
but still got the same error.
 
 
Regards,
 
Henry