Swap space in Linux is used when the amount of physical memory (RAM) is full. If the system needs more memory resources and the RAM is full, inactive pages in memory are moved to the swap space
扩展 Web 应用程序的架构问题 标签(空格分隔): Architecture Scaling Web Applications 该文原文是 Architecture Issues Scaling Web Applications 我将在这篇博客中揭露出当我们扩展和性能调优大型 Web 应用程序时遇到的架构问题。 让我们通过定义几个术语来创造共同的理解和词汇开始。稍后当扩展 Web 应用程序时,...
标签(空格分隔): Go Memory Profiler 性能调试 性能分析 注:该文作者是 Dmitry Vyukov,原文地址 Debugging performance issues in Go programs 这个是原文中的 Memory Profiler 段落 内存分析器显示了函数分配堆内存的情况。你可以以 CPU profile 相似的方式收集:使用 go test --memprofile,通过 [链接] 使用 net...
注:该文作者是 John Kevin M. Basco,原文地址是 Building a blog using Flask and AngularJS Part 2 注:翻译的第一部分请移步到 - 使用 Flask 和 AngularJS 构建博客 - 1 这是这个教程系列的第二部分,如果你还没有都第一部分,请移步到这里:[链接] 因为我们在该系列的第一部分已经构建好了 REST API ,在这部分我们...