Installation Requirements

The JADE Logical Certifier utility generates a transient method to certify each class. This method can be large, depending on the number of references, inverses, and subobjects that are defined in the class. It is therefore important that you configure a sufficiently large method cache to run the certifier efficiently.

As a rough guide, to certify a class containing approximately 200 references, inverses, and subobjects, the method generated would require approximately 10M bytes of transient cache and approximately 10M bytes of method cache to execute efficiently. You should ensure that your transient cache size (specified in the TransientCacheSizeLimit parameter in the [JadeClient] section of the JADE initialization file) and your method cache size (specified in the MethodCacheLimit parameter in the [JadeInterpreter] section of the initialization file) are of sufficient size to accommodate certification overheads and the affect of multiple certify workers, if used.