New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
Or use one of the many static site generators (Hugo, Jekyll, etc.) to turn markdown into HTML.
Don't use Markdown - you'll learn a lot more by writing HTML yourself and you can even write your own HTTP server.
run your own vpn network, game over it, youtube, whatever.
Hi!
Thanks for the feedback. There have been some benchmarks of zram compression algorithms done over the years. I did my own too out of curiosity. I don't think it really matters all that much but I would personally go with Zstd just because it offers great compression ratio and doesn't eat up your CPU like zlib (deflate).
I did tests on my 425 MB RAM VM:
Here are some of mine results, I compiled vvenc each time and measured the time it takes to
make release:lz4:
zstd:
zlib (deflate):
I took note of memory used during the process:
lz4:
zstd:
zlib:
I also wanted to try
lzo(andlzo-rle) but for some reason my zram didn't support it:And did some graphs:
lz4:
zstd:
zlib:
Probably an issue with kernel module not loaded but didn't have time to fiddle with that much. I suspect the ratio and speed will be similar to lz4 since both use LZ77 algorithm with no entropy coding.
The nice thing about markdown is that the spec supports you using HTML tags. So you can use traditional markdown for brevity, and then write fancy HTML5 canvas illustrations right within your documents/blogposts that will be seamlessly picked up by your ssg. This is why I don't like blog engines like Ghost et al. I don't need a fancy card UI to embed an image gallery.
If it's ragebait, I don't know who's the target. The immediate thing that jumps to my mind is that most docker "tutorials" 🤮say you need 2GB RAM as a prerequisite and a scarily-large proportion of people cannot run something that isn't packaged as a docker container. So 1GB RAM might seem unworkable.
But I still remember days when 2GB USB sticks were considered inordinately large, and 1GB RAM was a luxury.
I remember my dad renting an Atlantic 512mb VPS for me a long time ago. I was able to run a website, a Teamspeak server, a Mumble server and a VPN gateway on it with RAM to spare.
(The bigger irony is we cancelled it because it was "too expensive' at $15/year).
LET folks
I think you answered your own question here
You can set up vswap and get more ram free. I also have a post on how to download more ram.
https://lowendtalk.com/discussion/212495/free-ram-limited-supply-until-website-goes-offline
Yeah vram is the way to go especially with these blazing fast disks that accompany these tiny 1gb plans.
Well "blazing-fast" is a little bit of an exaggeration most times. Not everyone runs PCIe Gen 5 NVMes.
Using drive as swap could make provider angry due to high IO, resulting in IOPS limiting.
Use zRAM instead
LXC instance for my main website with Lighttpd and dokuwiki (no DB):
Secondary LXC with Matomo and MySQL:
Another one with TT-RSS and MySQL:
On this one MySQL is tuned a bit aggressively for performance, increasing all the buffers according to what mysqltuner said etc., even if that led to higher RAM usage.
Still under 1G!
So it's absolutely doable. I'm not a fan of WordPress though, there gotta be better alternatives by now.
Zap hosting network is poor for ntp servers!
I run a personal email server, NSD and unbound and everything works really well. Never had any issue
is your ip reputation clean enough? if so, maybe you can use it for a private mail server, specs like that you can use Mail in a Box (MIAB) for the mail server. it is enough to handle portfolio emails, and smtp accounts can be used for email alert notifications from some monitoring tools that you use. especially if you use a private ticketing system.
personal website, personal V2Ray (VPN), Backup other VPS...
check my vps, 2g, use free -m, is follow:
total used free shared buff/cache available
Mem: 1890 684 108 7 1299 1205
Swap: 0 0 0
running rustdesk server, sing-box, a http server, 1g ram run email server, ftp server, http server(no heavey cgi kind), no any problem.
Things I use daily that are running on a 1vCPU/1GB RAM VPS, which haven't been mentioned in this thread yet.
Headscale: https://headscale.net/stable/
NTFY: https://ntfy.sh/
Radicale: https://radicale.org/v3.html
Navidrome, (on a storage server): https://www.navidrome.org/
AudioBookshelf, (on a storage server): https://www.audiobookshelf.org/
zerotier
Intranet Penetration
This.
I tested WordPress on a 1 GB, HDD-only VPS and it worked perfectly fast.
Also tried Python (Django Machina) with the same outcome.
1 GB is plenty for numerous tasks.
Look at these finest gentlements ↑
I've also been using 128 MB and 256 MB machines from @Cam (buy one, you won't be disappointed!) for years and have no plans to cancel. Will keep those for as long as I can.
Ty for the mention! ❤️
Proof GUI is the most hogging resource bastard.