Skip to content
Snippets Groups Projects
Commit 211d70c2 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

update noamd resources, changelog

parent 310461cc
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,13 @@ FEATURES
IMPROVEMENTS
* renamed and hid C++ macros from client code
* Consumer API: return kDataNotInCache/AsapoDataNotInCacheError error if data is not in cache and cannot be on disk (due to the ingest mode producer used)
BUG FIXES
* Producer API: fixed bug segfault in Python code when sending data object which memory is from some other object
INTERNAL
* Do not return error when memory cache is not allocatable - just write to disk
* Do not return error when receiver cannot get slot in shared cache - just allocate own memory slot
## 21.12.0
......
......@@ -15,7 +15,7 @@ job "authorizer" {
}
resources {
cpu = 500 # 500 MHz
cpu = 50 # 50 MHz
memory = 256 # 256MB
network {
port "authorizer" {
......
......@@ -15,7 +15,7 @@ job "broker" {
}
resources {
cpu = 500 # 500 MHz
cpu = 50 # 50 MHz
memory = 256 # 256MB
network {
port "broker" {
......
......@@ -21,7 +21,7 @@ job "discovery" {
}
resources {
cpu = 500 # 500 MHz
cpu = 50 # 50 MHz
memory = 256 # 256MB
}
......
......@@ -15,7 +15,7 @@ job "file_transfer" {
}
resources {
cpu = 500 # 500 MHz
cpu = 50 # 50 MHz
memory = 256 # 256MB
network {
port "file_transfer" {
......
......@@ -15,7 +15,7 @@ job "monitoring" {
}
resources {
cpu = 500 # 500 MHz
cpu = 50 # 50 MHz
memory = 256 # 256MB
network {
port "monitoring_server" {
......
......@@ -36,7 +36,7 @@ job "nginx" {
}
resources {
cpu = 500 # 500 MHz
cpu = 50 # 50 MHz
memory = 256 # 256MB
}
......
......@@ -15,7 +15,7 @@ job "receiver" {
}
resources {
cpu = 500 # 500 MHz
cpu = 50 # 50 MHz
memory = 256 # 256MB
network {
port "recv" {}
......
......@@ -19,7 +19,7 @@ job "receiver" {
}
resources {
cpu = 500 # 500 MHz
cpu = 50 # 50 MHz
memory = 256 # 256MB
network {
port "recv" {}
......
......@@ -15,7 +15,7 @@ job "receiver" {
}
resources {
cpu = 500 # 500 MHz
cpu = 50 # 50 MHz
memory = 256 # 256MB
network {
port "recv" {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment