我在用ECLIPSE ANT项目时出现一下错误:
compileattr:
[attribute-compiler] null
[attribute-compiler] ParameterImpl instances: 20
[attribute-compiler] MethodImpl instances: 9065
[attribute-compiler] ConstructorImpl instances: 436
[attribute-compiler] SimpleNode instances: 0
[attribute-compiler] SourceClass instances: 977
[attribute-compiler] XDoc instances: 0
[attribute-compiler] DefaultXTag instances: 0
[attribute-compiler] BinaryClass instances: 44
[attribute-compiler] UnknownClass instances: 45
[attribute-compiler] Total memory: 63
[attribute-compiler] Free memory: 0
[attribute-compiler] Try to increase heap size. Can be done by defining ANT_OPTS=-Xmx640m
[attribute-compiler] See the JDK tooldocs.
按照提示新增了ANT_OPTS系统变量,还是出现同样的问题。
我想问如何突破Total memory: 63M 的限制。
compileattr:
[attribute-compiler] null
[attribute-compiler] ParameterImpl instances: 20
[attribute-compiler] MethodImpl instances: 9065
[attribute-compiler] ConstructorImpl instances: 436
[attribute-compiler] SimpleNode instances: 0
[attribute-compiler] SourceClass instances: 977
[attribute-compiler] XDoc instances: 0
[attribute-compiler] DefaultXTag instances: 0
[attribute-compiler] BinaryClass instances: 44
[attribute-compiler] UnknownClass instances: 45
[attribute-compiler] Total memory: 63
[attribute-compiler] Free memory: 0
[attribute-compiler] Try to increase heap size. Can be done by defining ANT_OPTS=-Xmx640m
[attribute-compiler] See the JDK tooldocs.
按照提示新增了ANT_OPTS系统变量,还是出现同样的问题。
我想问如何突破Total memory: 63M 的限制。