7 Replies Latest reply on Apr 30, 2013 10:36 AM by ggarciao

    Configuration of distributed cache service with no local storage

    kixi73

      HI,

      I'm new to infinispan and have a question concerning configuration.

      Is it possible to configure a serviceof a distributed cache (mode distribution) not to store entries within its own container, or to limit the number of local entries?

       

      background information:

      i would like to populate data of files from another system into a running cache. So my idea was to have a lot of services running for the distributed cache. For loading the data into the cache I would write an own "client" application (which is of course also part of the cache). The problem is that the files are too big to fit into the memory of this loader process. Splitting the files into smaller ones is not an option.

       

      Thanks for your help!

       

      Guenter