You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify in documentation that when launching an H2O cluster ({{h2o.init()}}), if {{min_mem_size}} and {{max_mem_size}} are not defined, ({{-Xmx}} for command line) then H2O will allocate memory determined by default memory of Java Virtual Machine (JVM). The amount is dependent on the Java version, but generally 25% of the machine's physical memory.
Specify in documentation that when launching an H2O cluster ({{h2o.init()}}), if {{min_mem_size}} and {{max_mem_size}} are not defined, ({{-Xmx}} for command line) then H2O will allocate memory determined by default memory of Java Virtual Machine (JVM). The amount is dependent on the Java version, but generally 25% of the machine's physical memory.
H2O 3 docs - [http://docs.h2o.ai/h2o/latest-stable/h2o-docs/starting-h2o.html|http://docs.h2o.ai/h2o/latest-stable/h2o-docs/starting-h2o.html]
R docs - [http://docs.h2o.ai/h2o/latest-stable/h2o-r/docs/reference/h2o.init.html|http://docs.h2o.ai/h2o/latest-stable/h2o-r/docs/reference/h2o.init.html]
Python docs - [http://docs.h2o.ai/h2o/latest-stable/h2o-py/docs/h2o.html?highlight=init#h2o.init|http://docs.h2o.ai/h2o/latest-stable/h2o-py/docs/h2o.html?highlight=init#h2o.init]
The text was updated successfully, but these errors were encountered: