Yakov Zhdanov created IGNITE-7310: ------------------------------------- Summary: Ignite should be easily configured to share hardware resources between instances Key: IGNITE-7310 URL: https://issues.apache.org/jira/browse/IGNITE-7310 Project: Ignite Issue Type: Improvement Reporter: Yakov Zhdanov
This may be handy when working with containers or in test environments when starting more than 1 node per host. Suggestion is to introduce Ignite system property IGNITE_NODES_PER_HOST which is 1 by default and calculate all resource related config parameters using this value, e.g. offheap memory, pool threads, nio workers in TcpCommunicationSpi, etc. dividing total amount of available resource by IGNITE_NODES_PER_HOST. -- This message was sent by Atlassian JIRA (v6.4.14#64029)