TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tips to keep your Django/mod_python memory usage down

8 pointsby timalmost 18 years ago

1 comment

stevealmost 18 years ago
Along the same lines of freeing up memory:<p>A couple days ago I tried changing the swappyness setting of the vm on a box that I have a few servers on:<p>echo 100 &gt; /proc/sys/vm/swappiness<p>Suddenly, a ton of unused memory that my apps had been eating up was forced into swap and my apps have been way faster since then. Anyone had similar results? Would this be something that shared hosting providers with severe memory limitations should consider doing?
评论 #25852 未加载