How many Routing rules

Hi,

Someone known, how many routing rules can i declare ???
I have problems and i am not sure what is happened.
I supposed that there are a lot routing rules.

The message is:
class java.lang.reflect.invocationTargetException
Message: OutOfMemoryError
Service: wm.PartnerMgr.gateway.admin:listRoutingRules

What can i do ???

Thanks so much …
Omar

This is probably not an issue specific to the routing rules, although I suppose it could be related if ther number is very large. The underlying issue is the JVM running out of memory.

Try editing the server.sh or server.bat . The defaults are:
set JAVA_MIN_MEM=96M
set JAVA_MAX_MEM=128M

I normally set them both to the same number, so the JVM doesn’t have to dynamically allocate memory. The “MIN” is initial JVM memory, and the “MAX” is the max memory the JVM can get. At a minimum bump the max number up and see if that helps.