the attribute "maxMemory" is working in the 1.1.0 version, but it is not available in 1.2.1, to make the backward compatibility,
I looked at the .class file of 1.1.0, and find that there is an extra parameter in the obfuscate class, so I restored those code.
patch