Skip to content

Resource Consumption Data

Chris edited this page Oct 23, 2018 · 13 revisions

Nomad Resource Allocations

The following data describes the amount of resources that Core, HMI and Manticore requests to Nomad for allocation. The log space is a part of the disk space. See here for more info.

CPU (MHz) Memory (MBs) Bandwidth (Mbits/sec) Disk Space (MBs) Log Space (MBs)
Manticore 1000 1000 10 500 200
Core 100 200 2 500 40
Generic HMI 40 75 1 30 10

Amazon Container Limits

It is recommended to use at least a t3.small for running these jobs to avoid the risk of potential OOM errors. However, any machine type in the t3 series should be equally cost-efficient in terms of cost-per-user. Here are some details:

Cost function for price per user

https://www.wolframalpha.com/input/?i=graph+f(x)+%3D+30.37*ceiling(x%2F14)+from+x+%3D+0+to+x+%3D+60

t3.small

  • Limit: 7 cores and hmis
  • Reason: Memory exhausted

t3.medium

  • Limit: 14 cores and hmis
  • Reason: Memory exhausted

t3.large

  • Limit: 28 cores and hmis
  • Reason: Memory exhausted

Clone this wiki locally