azavea / azavea/osmesa-stat-server
Constrain memory allocation for stat server task
- Dominant language
- Shell
- Stars
- 6
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
We need to leave some overhead for any scheduled tasks (esp. materialized view updating), so we must make sure that the task definition applied to the stat server has a memory allocation of 1G. The current process of deploying the stat server (`make start-service` in `deployment`) does not do this and is causing problems.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in the deployment directory and inspect the make start-service target and the task definition it applies to the stat server. Confirm how memory is currently assigned, then make the completed deployment reserve 1G for the stat server while leaving overhead for scheduled tasks such as materialized view updates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100