Memory Management with Go – Prometheus as a Case Study
Offered By: code::dive conference via YouTube
Course Description
Overview
Explore memory management in Go using Prometheus as a case study in this conference talk from code::dive 2023. Delve into the limited memory management options in Go, focusing on the GOGC and GOMEMLIMIT environment variables introduced in Go 1.19. Learn about memory mapping in Go, including the mmap system call and its associated challenges. Gain insights from speaker Björn Rabenstein, a Grafana Labs engineer and Prometheus developer with extensive experience in site reliability and production engineering at companies like SoundCloud and Google.
Syllabus
Memory Management with Go – Prometheus as a Case Study - Björn Rabenstein - code::dive 2023
Taught by
code::dive conference
Related Courses
From Developer to SW Architectcode::dive conference via YouTube Stop Writing Test Doubles You Are Using
code::dive conference via YouTube You Can Do Better! Presentations That Are Captivating
code::dive conference via YouTube What C and C++ Developers Can Learn from Rust
code::dive conference via YouTube Beautiful Python Refactoring II
code::dive conference via YouTube