Hi!

What is it that is not distributed well, is it cache data/memory load or computations/cpu load ?

There are no caches in the config so I assume this is created by the application (if there are any), do you use any custom collocation ?

Mikael

Do you use any custom collocation of any kind

On 2021-03-31 15:52, Charlin S wrote:
Hello,
Thanks for your reply. I have attached my configuration files here.
Below code has been used to start ignite.

IgniteConfiguration igniteGridIg = new IgniteConfiguration();
igniteGridIg.SpringConfigUrl = Path.Combine(igniteXmlfilePath);
Ignition.Start(igniteGridIg);

Thanks & Regards,
Charlin



On Wed, 31 Mar 2021 at 17:44, Stephen Darlington <[email protected] <mailto:[email protected]>> wrote:

    What are you doing with Ignite? Are you sending compute tasks,
    cache operations, both? What’s your configuration?

    > On 31 Mar 2021, at 12:31, Charlin S <[email protected]
    <mailto:[email protected]>> wrote:
    >
    > Hi,
    >
    > I'm running an ASP.Net application with ignite 2.9.1  and node
    setup as 2 server nodes and 11 client nodes.
    > We are seeing most of the load on one server only it's supposed
    to distribute load between two servers.
    > How can we distributed load be equally distributed on both servers?
    >
    >
    > Thanks & Regards,
    > Charlin


Reply via email to