Lukasz Sobala

Results 33 comments of Lukasz Sobala

Hello, yes, this is a good idea. I will try to attach an additional 4 GB swapfile (on the SD card, as it is a pi zero) and see if...

Indeed, with an additional 4 GB of swap space the compilation succeeded. It took more than 8 hours, however - and I'm not sure about using an SD card for...

Yeah, I think it takes so long mainly because of the heavy swapping needed. The USB port on RPi Zero 2 W is only USB 2.0 so it probably wouldn't...

This looks like a great algorithm, thank you!! I'll check it again on RPi Zero 2 W and send my result here. I'm trying to make a lightweight script to...

Hi! I recompiled box86 with one worker and additional swap space on the pizero2w. I used the command above (executed inside `screen`) for monitoring. It was much quicker (

OK, so I recompiled it with: ``` cmake .. -DRPI3=1 -DNOGIT=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo make CFLAGS='-g0' ``` here is the result: ![box86_compile_pizero2w_2](https://user-images.githubusercontent.com/61153692/168493606-1d03e531-f777-4e42-be7e-78fa59219512.png) I modified the zram from the default 213 MiB like...

Some additional context: when I change the image "back", the memory consumption sometimes goes down. It is really a pity the memory leak exists as nomacs is the nicest slideshow...

Sequenceserver does not work for me with ruby 3.0 (on update from ubuntu 21.10 to 22.04, ruby 2.7 is no longer available from the main repository). Upon invoking `sequenceserver`, the...

@yeban @iQuxLE I would love to give it a try, but I don't really know how to "try a branch"... Until now I just used gem to install sequenceserver (and...

@iQuxLE thanks. Now when I do: ``` git clone https://github.com/iQuxLE/sequenceserver.git cd sequenceserver git checkout abf47f5ea6f34caff541b986b3366184230908e1 bundle install --without=development ``` I get the following error: `sequenceserver-2.0.0 requires ruby version >= 3.1.2,...