Readit News logoReadit News
amstan commented on Benchmark Framework Desktop Mainboard and 4-node cluster   github.com/geerlingguy/ol... · Posted by u/geerlingguy
geerlingguy · 20 days ago
108 GB or so under Linux.

The BIOS allows pre-allocating 96 GB max, and I'm not sure if that's the maximum for Windows, but under Linux, you can use `amdttm.pages_limit` and `amdttm.page_pool_size` [1]

[1] https://www.jeffgeerling.com/blog/2025/increasing-vram-alloc...

amstan · 20 days ago
I have been doing a couple of tests with pytorch allocations, it let me go as high as 120GB [1] (assuming the allocations were small enough) without crashing. The main limitation was mostly remaining system memory:

    htpc@htpc:~% free -h
                   total        used        free      shared  buff/cache   available
    Mem:           125Gi       123Gi       920Mi        66Mi       1.6Gi       1.4Gi
    Swap:           19Gi       4.0Ki        19Gi
[1] https://bpa.st/LZZQ

amstan commented on A GPU Calculator That Helps Calculate What GPU to Use   calculator.inference.ai/... · Posted by u/chlobunnee
amstan · a month ago
You're missing any AMD stuff, I can run a quantized deepseek r1 671B on 4 framework desktops, yet it's "insufficient" for 10 Nvidia gpus.

Deleted Comment

amstan commented on Show HN: I made a 3D printed VTOL drone   tsungxu.com/p/i-made-a-3d... · Posted by u/tsungxu
bufferoverflow · 3 months ago
It's an impressive achievement for an amateur.

He has separate motors for vertical and horizontal flights, which simplifies the design, but creates a rather bad inefficiency, the vertical motors create lots of drag during the horizontal flight.

Maybe it's not a big deal, I'm not sure. Making motors rotate would add weight for sure, thus reducing the range.

amstan · 3 months ago
Shameless plug: https://aliptera.com/

Tilt-rotor on all 4 motors with an extra twist: the wing shape adds to the lift in vertical mode, so you can use smaller motors, so they're more efficient even in horizontal mode.

amstan commented on Why Archers Didn't Volley Fire   acoup.blog/2025/05/02/col... · Posted by u/StefanBatory
hinkley · 4 months ago
YouTube suggested an old NileRed video to me today. He bought 100 lbs of titanium shot for a project. It came in a bag in a metal can.

The first two times he lifted the bag he said this isn’t that heavy, maybe he got defrauded, so he got a scale and checked. But by the time he tried to lift it off the scale he was struggling, and getting it back into the metal can was serious work.

Stamina separates the pro from the amateur, but fatigue comes for all of us.

amstan commented on My Own Private Binary: An Idiosyncratic Introduction to Linux Kernel Modules   muppetlabs.com/~breadbox/... · Posted by u/spudlyo
amstan · 5 months ago
> Traditionally, programs will place their code into non-writeable memory, and store variable data in memory that is writeable but not executable. And that's definitely the safer way to do things, but we can't be bothered with all that.

Woah, I have a feeling this does something even more. If the program modifies its own instructions, the kernel will probably save those modifications in the file too.

amstan commented on The chroot Technique – a Swiss army multitool for Linux systems   livesys.se/posts/the-chro... · Posted by u/mariuz
amstan · 5 months ago
> sudo mkdir /rescue/boot

> sudo mount /dev/nvme0n1p3 /rescue/boot

This is a little extra. What you can generally do is immediatelly after chroot just run 'mount -a' to mount everything from the chroot's fstab. The empty `/boot` probably already exists.

amstan commented on The chroot Technique – a Swiss army multitool for Linux systems   livesys.se/posts/the-chro... · Posted by u/mariuz
mycall · 5 months ago
Is there already a wrapper utility to automate all of this process laid out in the article?
amstan · 5 months ago
There is!

arch-chroot [1], despite its name pretty much does all the `mount -t proc` stuff the post says. It's also available on other distros like debian [2]. I have used it in the past to chroot into fedora as well.

[1] https://man.archlinux.org/man/arch-chroot.8 [2] https://packages.debian.org/arch-install-scripts

amstan commented on Framework's first desktop is a strange–but unique–mini ITX gaming PC   arstechnica.com/gadgets/2... · Posted by u/perihelions
adgjlsfhk1 · 6 months ago
On linux, the gpu can go up to 110 GB.
amstan · 6 months ago
It can go higher actually, just that when I setup my test devices I had a "ought to be enough for everyone" moment when typing `options amdgpu gttsize=110000`. I guess this number spread too far, heh.

See also:

[1] https://en.wikipedia.org/wiki/Graphics_address_remapping_tab...

[2] https://www.kernel.org/doc/html/v4.19/gpu/amdgpu.html#:~:tex...

Deleted Comment

u/amstan

KarmaCake day169September 22, 2022View Original