我运行以下命令:
inst2xsd -design ss -simple-content-types smart -enumerations 10 foo.xml
foo.xml文件在哪里500m。我得到一个OutOfMemoryError: heapspace. 如何在命令行上将正确的堆空间参数传递给inst2xsd进程?
以下失败:
inst2xsd -Xmx1024m -design ss -simple-content-types smart -enumerations 10 foo.xml
也:
inst2xsd -design ss -simple-content-types smart -enumerations 10 foo.xml -Xmx1024m