TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What to run on a 1cpu 0.5gb RAM machine?

11 点作者 deostroll大约 2 年前
Already own a virtual machine instance (5 usd&#x2F;month) and hosting a few simple services and website.<p>The website is single page. No complex backend. At most it fetches stuff from another web service and does some crawling&#x2F;crunching. I don&#x27;t expect high loads here.<p>Mainly asking for the website self-hosting purpose only.<p>Can I downgrade here? Also just wondering what do most people use a 1cpu 0.5gb machine for? VPN? Personal website? Or something else?

6 条评论

szszrk大约 2 年前
About downgrade - you can host a static website in s3 directly, without a server at all. Maybe that&#x27;s an option to explore. You can even use your own domain using a CNAME record.<p>You can push quite a lot on such machine. I used it as a shell access for my stuff from any place in the world, instant messages, IRC. Classic IM networks died so that part is gone as well, but a VPN like wireguard is a great choice.<p>A small monitoring system should fit.<p>A clean install of mariadb or postgress is around 40-60MB of RAM as far as I recall. This should open some doors as well.<p>A webdav&#x2F;carddav&#x2F;caldav server should also fit. I am about to check sabre&#x2F;dav (sabre.io) software on a similar machine. So you can have a selfhosted calendar or access to your files on the go. Webdav can be handled by a web server directly (natively by nginx or apache etc).<p>I am recently charmed by Archivebox app, it makes backup of a website using multiple methods. UI is a custom Django Admin interface. It takes below 200 MB on my system.<p>A Teeworlds game server, if you are nostalgic towards quake but want a simpler experience for a break with friends.<p>Make sure to checkout the list at GitHub under awesome-selfhosted&#x2F;awesome-selfhosted. Many, many inspirations there.
coldblues大约 2 年前
Here&#x27;s a great list that you can look into: <a href="https:&#x2F;&#x2F;github.com&#x2F;awesome-selfhosted&#x2F;awesome-selfhosted">https:&#x2F;&#x2F;github.com&#x2F;awesome-selfhosted&#x2F;awesome-selfhosted</a>
imirzadeh大约 2 年前
I use my 0.5gb vps for: - scripts (crawling&#x2F;cron jobs) - download manager - prototype of hobby projects - SSH tunnel<p>For static website I suggest cloudflare pages! It&#x27;s free, fast, and easier!
Rev359a大约 2 年前
I remember I was able to run Oracle 6 or 8 once with it<p>It should be fine if your backend is not doing any memory operations<p>If you want to host another website, you can do it but just keep it static no backend involve
sys42590大约 2 年前
Backup MX or private mail server (e.g. using Postfix)<p>Web Server for mostly static content (.html files, etc.) (e.g. using nginx).
amrb大约 2 年前
IRC client and VPN