Skip to content

Resource Consumption Data

Chris edited this page May 25, 2017 · 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 120 1 250 100
Generic HMI 40 75 1 30 10

Amazon Container Limits

It is recommended to use a t2.micro instance solely for running cores and HMIs. Here are some tests done using the following instance types

t2.micro

  • Limit: 5 cores and hmis
  • Reason: Memory exhausted
  • $0.0576 per user per day

t2.small

  • Limit: 10 cores and hmis
  • Reason: Memory exhausted
  • Same costs per user as t2.micro

m3.medium

  • Limit: 18 cores and hmis
  • Reason: CPU exhausted
  • $0.0893 per user per day

c4.large

  • Limit: 19 cores and hmis
  • Reason: Memory exhausted
  • $0.1263 per user per day

m4.large

  • Limit: 32 cores and hmis
  • Reason: CPU exhausted
  • $0.075 per user per day

Clone this wiki locally