A Tale of Two Memory Leaks in Go
01/15/14 In this post I’ll illustrate two ways I’ve accidentally caused slow but steady memory consumption in Go programs. The phrase “memory leak” isn’t really accurate, but I can…
01/15/14 In this post I’ll illustrate two ways I’ve accidentally caused slow but steady memory consumption in Go programs. The phrase “memory leak” isn’t really accurate, but I can…
01/14/14 In my seven years as a production DBA, I can count on one hand the number of times I have need to restore the master database as a result of a disaster. In other words, th…
Please provide me with the article "Java memory management: How to monitor" so I can summarize it for you. I need the text of the article to be able to fulfill your request. Once…
12/18/13 In 2013, Microsoft made it available for customers to utilize virtual machines running in Windows Azure. This allowed customers to run an on-premises version of SQL Server…
12/17/13 Many of our agent programs have several independent worker routines that all need to be timed on clock ticks, sometimes with a specific time offset. We recently open-sourc…
The article details how the authors drastically reduced the size of their Go Agent binaries—by up to 77%—through a combination of techniques. These included upgrading to the latest…
Please provide me with the article text! I need the content of "Highlights from AWS re:Invent 2025: Making sense of applied AI, trust, and going faster" to be able to summarize it …
12/09/13 I was interested in the data shown in PayPal’s blog post on switching from Java to Node.js, for two reasons. First, at a glance both sets of benchmark data looked very cle…
12/06/13 When you create a database in SQL Server and do not specify a file location for your data and log files, SQL Server will rely on the default locations as defined in the se…
12/03/13 This post was featured in our July 2015 anthology of most popular SolarWinds Database Performance Monitor (DPM) blog posts of all time. One of the patterns I’ve found in t…
11/27/13 Microsoft SQL Server comes with a boatload of additional components. One component is the SQL Agent. The purpose of the SQL Agent is to serve as a job scheduler. Many expe…
This Datadog article details how to effectively monitor Amazon EC2 instances powered by AWS Graviton3 processors. It explains how to leverage Datadog's auto-discovery and pre-built…