Re: Igfs - questions and optimal configuration settings

2018-06-27 Thread matt
Thanks Denis! That helps a lot. I'll dig into those settings and see if I get my head around it all. I did notice that the default/max memory settings are based off of system settings/resources, so I'll try the defaults too and see what happens. - Matt -- Sent from:

Re: Igfs - questions and optimal configuration settings

2018-06-26 Thread Denis Mekhanikov
You plan sounds legit. Basically, Ignite splits your files into chunks of data and puts them into an ordinary distributed cache. You can find general recommendation on configuring the Ignite cluster in the documentation: https://apacheignite.readme.io/docs/ Regarding IGFS: you are going to need

Igfs - questions and optimal configuration settings

2018-06-26 Thread matt
Hi, I've recently started using the Ignite FileSystem (igfs) in our API, to fully buffer an incoming stream of byte[] values (chunked InputStream). I'm doing this because that stream then needs to be sent along to another remote service, and I'd like the ability to retry without telling the