Hey all,

I'm trying to maximize the utility of this server I bought for cacheing. It has 32Gb of RAM, so due to Java's 2Gb max-memory limit on 32-bit linux architectures, I'm trying to run a fleet of cache servers in parallel on the same machine.

When I start them up, I start one rmiregistry, then I start a number of java processes that all use nearly the same configuration for the remote.cache.ccf, except the ClusterServers lists are different (depending on which process this is, it won't list itself in the config). For example, one remote aux is configured with

registry.port=10021
and
jcs.auxiliary.RCluster1.attributes.ClusterServers=localhost:10022,localhost:10023,localhost:10024,localhost:10025

Now the problem is, in the logs I see lots of "Read timed out" errors. Do I need a separate rmiregistry for each virtual machine? How would I even configure which rmiregistry to use per process? I can connect to each cache individually without trouble, so I know they're up and running.

Is there an easier way?

Thanks!
-Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to