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: http://apache-ignite-users.7
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
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 sender