Alpine Linux 3.23 - 23mb ram | 71mb disk - guide

2»

Comments

  • @sshbox said:

    @AnthonySmith said:
    Browser with js support.

    Is that even theoretically possible with 128 MB?

    Ofcourse! As long as you dont open youtube :lol:

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • AnthonySmithAnthonySmith ModeratorHosting ProviderOGSenpai

    @sshbox said:

    @AnthonySmith said:
    Browser with js support.

    Is that even theoretically possible with 128 MB?

    I have an idea or 2 on how to do it :)

    Thanked by (1)Not_Oles

    TierHive - Hourly VPS - NAT Native - /24 per customer - DE, UK, SG, CA, USA.
    FREE tokens on sign up, try before you buy. | Join us on Reddit

  •   alert('Hello, World!');
    

    It supports javascript!!! =)

  • AnthonySmithAnthonySmith ModeratorHosting ProviderOGSenpai

    @somik said:

    @sshbox said:

    @AnthonySmith said:
    Browser with js support.

    Is that even theoretically possible with 128 MB?

    Ofcourse! As long as you dont open youtube :lol:

    Well yeah :)

    I did just see a video of someone running powerfox on a really bad G4 Mac playing YouTube fine, quite impressive.

    TierHive - Hourly VPS - NAT Native - /24 per customer - DE, UK, SG, CA, USA.
    FREE tokens on sign up, try before you buy. | Join us on Reddit

  • have you tried boot it up on 64mb ram vm?

  • AnthonySmithAnthonySmith ModeratorHosting ProviderOGSenpai

    @brian said:
    have you tried boot it up on 64mb ram vm?

    yep, backtogeek.com is actually running on a 64mb VPS now.

    Thanked by (1)Not_Oles

    TierHive - Hourly VPS - NAT Native - /24 per customer - DE, UK, SG, CA, USA.
    FREE tokens on sign up, try before you buy. | Join us on Reddit

  • somiksomik OG
    edited March 22

    Some people here running their public site on 64mb RAM while I'm running my private home server on 128GB DDR4 RAM... :lol:

    Thanked by (1)wankel

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • AnthonySmithAnthonySmith ModeratorHosting ProviderOGSenpai

    @somik said:
    Some people here running their public site on 64mb RAM while I'm running my private home server on 128GB DDR4 RAM... :lol:

    Haha, well to be fair I have been spec'ing up a 1TB ram dual E5-2699v4 on eBay with a ton of spinners to have a local internet, software and repo cache and llm, because I think the internet as we know it is going in a very bad direction.

    Thanked by (2)wankel imok

    TierHive - Hourly VPS - NAT Native - /24 per customer - DE, UK, SG, CA, USA.
    FREE tokens on sign up, try before you buy. | Join us on Reddit

  • @AnthonySmith said: I think the internet as we know it is going in a very bad
    direction. (... <>...) been spec'ing up a 1TB ram dual E5-2699v4 on eBay with a ton of spinners to have a local internet

    Hahaha, let's fork internet. Replace bulky servers with lean 48 MB half core variants while we're at it.

  • @AnthonySmith said:

    @somik said:
    Some people here running their public site on 64mb RAM while I'm running my private home server on 128GB DDR4 RAM... :lol:

    Haha, well to be fair I have been spec'ing up a 1TB ram dual E5-2699v4 on eBay with a ton of spinners to have a local internet, software and repo cache and llm, because I think the internet as we know it is going in a very bad direction.

    Mine is dual E5-2695v4 with 128GB DDR4 at 2400 Hz with a Chinese Machinist E-ATX motherboard. Got the cpu+ram+mobo combo at 500 SGD (about 400 USD?)

    I didn't go for 2699s due to the absurd price and high TDP. I mean my main use case is idling and using it on and off for home use...

    If it was still before the RAM price hike, I would go for 1TB for bragging rights, but can't afford it anymore... Don't really have a use case anyway.

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • somiksomik OG
    edited March 27

    Did the following on @Neoon's microlxc alpine container. Managed to bring down the usual 20mb to about 5mb :lol:

    apk update
    apk upgrade
    apk del curl wget 
    apk del $(grep "^P:" /lib/apk/db/installed | sed 's/^P://' | grep -E "^(cloud-init|cloud-utils|py3-|python3|pyc)")
    apk del nvme-cli syslinux mtools numactl curl e2fsprogs-extra partx qemu-guest-agent qemu-guest-agent-openrc
    apk del readline gdbm mpdecimal sqlite-libs yaml p11-kit libtasn1 gnutls nettle gmp libidn2 libunistring libexpat libedit libffi shadow tzdata libseccomp libncursesw libpanelw ncurses-terminfo-base
    rm -rf /var/cache/apk/*
    reboot
    

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • NeoonNeoon OGContent WriterSenpai
  • AnthonySmithAnthonySmith ModeratorHosting ProviderOGSenpai

    @somik said:
    Did the following on @Neoon's microlxc alpine container. Managed to bring down the usual 20mb to about 5mb :lol:

    apk update
    apk upgrade
    apk del curl wget 
    apk del $(grep "^P:" /lib/apk/db/installed | sed 's/^P://' | grep -E "^(cloud-init|cloud-utils|py3-|python3|pyc)")
    apk del nvme-cli syslinux mtools numactl curl e2fsprogs-extra partx qemu-guest-agent qemu-guest-agent-openrc
    apk del readline gdbm mpdecimal sqlite-libs yaml p11-kit libtasn1 gnutls nettle gmp libidn2 libunistring libexpat libedit libffi shadow tzdata libseccomp libncursesw libpanelw ncurses-terminfo-base
    rm -rf /var/cache/apk/*
    reboot
    

    I bloody love containers (not docker) :( I was officially the words biggest OpenVZ hater for a while, then I realised the power of the dark side.

    Such a shame OpenVZ died.

    TierHive - Hourly VPS - NAT Native - /24 per customer - DE, UK, SG, CA, USA.
    FREE tokens on sign up, try before you buy. | Join us on Reddit

  • @AnthonySmith said:

    @somik said:
    Did the following on @Neoon's microlxc alpine container. Managed to bring down the usual 20mb to about 5mb :lol:

    apk update
    apk upgrade
    apk del curl wget 
    apk del $(grep "^P:" /lib/apk/db/installed | sed 's/^P://' | grep -E "^(cloud-init|cloud-utils|py3-|python3|pyc)")
    apk del nvme-cli syslinux mtools numactl curl e2fsprogs-extra partx qemu-guest-agent qemu-guest-agent-openrc
    apk del readline gdbm mpdecimal sqlite-libs yaml p11-kit libtasn1 gnutls nettle gmp libidn2 libunistring libexpat libedit libffi shadow tzdata libseccomp libncursesw libpanelw ncurses-terminfo-base
    rm -rf /var/cache/apk/*
    reboot
    

    I bloody love containers (not docker) :( I was officially the words biggest OpenVZ hater for a while, thæn I realised the power of the dark side.

    Such a shame OpenVZ died.

    Since I always had issues with OpenVZ configs, i avoided it. However ever since I started using proxmox and it's LXC containers, I've been using it for most of my deployments, except for VMs that need to be isolated...

    As for docker, I am ashamed to admit that it is still the best way to distribute your program/app and be sure that it runs for everyone. I convert most of my script/programs/apps to docker and deploy them across my servers.

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • Cool!

    Thanked by (1)AnthonySmith
  • @terrorgen said: checkout microvm

    Is there a specific project, or just the technology in general that you recommend?

  • @hornet said:

    @terrorgen said: checkout microvm

    Is there a specific project, or just the technology in general that you recommend?

    So far the qemu microvm implementation is the most interesting to me.

    We're the source, no cap. Address us: We/Our/Ours.

    https://lowendspirit.com/discussion/comment/221016/#Comment_221016

Sign In or Register to comment.