vmware-archive / greenplum-db.github.io

Greenplum Database Website and Wiki
Apache License 2.0
38 stars 27 forks source link

add gptext form fields to gp calc #17

Closed randomtask1155 closed 8 years ago

randomtask1155 commented 8 years ago

if user has gptext installed along side GPDB they could oversubscribe their virtual memory very quickly Adding these form fields ensures user will account for gptext SOLR processes memory usage.

formula from @bharath1028

(# nodes/Solr processes created) X (max JVM set aside for each process)
For example, if there are 4 nodes on each host and the JVM settings are "-Xms1024M -Xmx2048M", it would use:
4 nodes * 2GB/node = 8 GB set aside on each host.
gpdbdreddbot commented 8 years ago

Hello randomtask1155!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you've already signed the CLA.

danielgustafsson commented 8 years ago

:+1:

bharath1028 commented 8 years ago

LGTM!