article thumbnail

SQL Server 2017 Improved Resource Usage On Smaller Machines

SQL Server According to Bob

The changes made in SQL Server 2017 CU4 improve resource usage on smaller machines, such as a VM or Container used for testing and development. Studying the code I found that the ‘default max worker threads’ calculation did not take into account the RAM on the system. For SQL Server 2017 CU4 the small environment threshold is 2GB.

Servers 40
article thumbnail

Autonomous Cloud Enablement aka Scaling NoOps via Self-Service

Dynatrace

We first brought our DevOps story to life at Perform 2017 when our CTO & Founder Bernd Greifeneder, DevOps Lead Anita Engleder and I went on stage. We talked about the cultural and process changes in order to follow through on Bernd’s requirement of “ 1 hour Code to Production !”.

Cloud 185
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Watchman: monitoring dependency conflicts for Python library ecosystem

The Morning Paper

Adding a direct dependency to pin a version, even when it’s not truly a direct dependency of the project (another code smell!). The authors backtested Watchman by replaying the evolution history of all libraries on PyPI from the 1st January 2017 to the 30th June 2019.

article thumbnail

World’s Top Web Performance Leaders To Watch

Rigor

Rick is a software engineer on the Google Chrome team, “leading an effort to make the web just work for developers.” His keynote address from O’Reilly Fluent 2017, Reflecting on 20 years on the web , is a must-see. Rick Byers. Rick Byers. Most recently, he launched a fantastic new HTML5 Mastery… course.

article thumbnail

SQL Server on Linux: An LLDB Debugging Tale

SQL Server According to Bob

Taking a closer look at the log and stepping though the LLDB code I found the read failure occurring because the memory address could not be located in the tracked VM map. The change is now under review so it can be added back to the LLDB code base. FEB 1, 2017 UPDATE – CHANGE ACCEPTED. 8917’ (x86_64) was loaded.

Servers 40
article thumbnail

SQL Server on Linux: How is Delete-On-Close Handled

SQL Server According to Bob

I changed the code to call unlink after open completes preventing new access to the file. Bob Dorr – Principal Software Engineer SQL Server. SQL Server 2019 changes the DELTE On CLOSE behavior used on Linux installations. Only currently open file descriptors may continue to perform reads, writes and fstat activities.

Servers 40
article thumbnail

Architectural Myopia

ACM Sigarch

Richard Thaler won the 2017 Nobel prize in Economics for his work on Behavioral Economics. According to the article “ When Women Stopped Coding “, the percent of women in Computer Science 30 years ago was nearly twice what it is now. Hence the lack of women in our field.