maxSizeBytes is "256M or 20% of physical memory", try setting it explicitly.
Overall I think 2G is just too low for Ignite to work efficiently. You have 400M offheap, 1G heap, some JVM and OS overhead, it is too tight. I would start with at least 8G. Production use cases are usually 32G+ per node. [1] https://ignite.apache.org/docs/ignite3/latest/administrators-guide/storage/engines/aimem#profile-configuration On Mon, Jan 19, 2026 at 5:09 PM Joel Ferreira (Nokia) via user <[email protected]> wrote: > > "Please share aimem configuration - have you set aimem.maxSizeBytes?" > > We did not set "maxSizeBytes", delegating it to the default value, which is > "268435456" bytes (256M). > Here is our aimem config: > storage { > profiles = [ > { > name: pmfeProfile, > engine: aimem > } > ] > }
