All Projects → uber-go → Automaxprocs

uber-go / Automaxprocs

Licence: mit
Automatically set GOMAXPROCS to match Linux container CPU quota.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Automaxprocs

Photo Blog
The Photo Blog Application based on Laravel 5 and Vue.js 2 + Prerender
Stars: ✭ 55 (-95.42%)
Mutual labels:  container
Freqbench
Comprehensive CPU frequency performance/power benchmark
Stars: ✭ 65 (-94.59%)
Mutual labels:  cpu
Xfce4 Genmon Scripts
🐭 XFCE panel generic monitor scripts
Stars: ✭ 69 (-94.25%)
Mutual labels:  cpu
Yewdux
Redux-like state containers for Yew apps
Stars: ✭ 58 (-95.17%)
Mutual labels:  container
Slackware Container
Minimal rootfs creation for slackware linux (ideal for container images)
Stars: ✭ 62 (-94.84%)
Mutual labels:  container
Cva6
The CORE-V CVA6 is an Application class 6-stage RISC-V CPU capable of booting Linux
Stars: ✭ 1,144 (-4.75%)
Mutual labels:  cpu
Ncnn Android Styletransfer
The style transfer android example
Stars: ✭ 54 (-95.5%)
Mutual labels:  cpu
Docker Discordjs Tutorial
WIP Tutorial for running your Discord.JS bot inside Docker containers
Stars: ✭ 72 (-94%)
Mutual labels:  container
J1sc
A reimplementation of a tiny stack CPU
Stars: ✭ 64 (-94.67%)
Mutual labels:  cpu
Di
psr/container implementation for humans
Stars: ✭ 69 (-94.25%)
Mutual labels:  container
Ipdata
🌐 An IP lookup system utilizing open datasets
Stars: ✭ 58 (-95.17%)
Mutual labels:  container
Docker Ubuntu1804 Ansible
Ubuntu 18.04 LTS (Bionic) Docker container for Ansible playbook and role testing.
Stars: ✭ 61 (-94.92%)
Mutual labels:  container
Ruby Vmstat
A focused and fast library to gather memory, cpu, network, load avg and disk information
Stars: ✭ 68 (-94.34%)
Mutual labels:  cpu
Rainbarf
it's like Rainmeter, but for CLI!
Stars: ✭ 1,087 (-9.49%)
Mutual labels:  cpu
Bottlejs
A powerful dependency injection micro container for JavaScript applications
Stars: ✭ 1,171 (-2.5%)
Mutual labels:  container
Kubereum
Kubernetes + Ethereum = Kubereum!!!
Stars: ✭ 55 (-95.42%)
Mutual labels:  container
Injex
Simple, Decorated, Pluggable dependency-injection framework for TypeScript applications
Stars: ✭ 65 (-94.59%)
Mutual labels:  container
Docker Centos7 Ansible
CentOS 7 Docker container for Ansible playbook and role testing.
Stars: ✭ 72 (-94%)
Mutual labels:  container
Subleq
CPU design and toolchain for a simple computer architecture
Stars: ✭ 69 (-94.25%)
Mutual labels:  cpu
Boostchanger
With this app you can control CPU turbo boost and the settings of the cpu speed in order to consuming less battery voltage on Linux
Stars: ✭ 69 (-94.25%)
Mutual labels:  cpu

automaxprocs GoDoc Build Status Coverage Status

Automatically set GOMAXPROCS to match Linux container CPU quota.

Installation

go get -u go.uber.org/automaxprocs

Quick Start

import _ "go.uber.org/automaxprocs"

func main() {
  // Your application logic here.
}

Development Status: Stable

All APIs are finalized, and no breaking changes will be made in the 1.x series of releases. Users of semver-aware dependency management systems should pin automaxprocs to ^1.

Contributing

We encourage and support an active, healthy community of contributors — including you! Details are in the contribution guide and the code of conduct. The automaxprocs maintainers keep an eye on issues and pull requests, but you can also report any negative conduct to [email protected]. That email list is a private, safe space; even the automaxprocs maintainers don't have access, so don't hesitate to hold us to a high standard.


Released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].