Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从堆栈溢出我发现:
a = [] while True: print len(a) a.append(' ' * 10**6)
但这在现实世界中如此迅速地消耗了内存,内存压力是由于内存泄漏缓慢而发生的。我没有任何压力工具访问权限。我尝试做 dd if ,但在 /proc/pressure/memory 中看不到任何尖峰
这个作业对我来说太有趣了,但我一直坚持如何实现实时内存压力来研究 /proc/pressure/memory 的趋势