• Joined on 2024-01-11
keiki85 opened issue ALHP/ALHP.GO#261 2024-10-07 10:22:49 +02:00
If I want to setup this for Manjaro what are the steps?
keiki85 commented on issue ALHP/ALHP.GO#235 2024-03-11 15:25:28 +01:00
jdk-openjdk with Generational ZGC enabled crashes

It's a pity yes.

The downside is probably not that huge though. As the Java code itself are optimized at runtime for the platform its running on. So the cpu flags are already taken advantage…

keiki85 commented on issue ALHP/ALHP.GO#237 2024-03-07 09:14:37 +01:00
segmentation fault trying to update python-maturin

If nothing was done on this side it was solved by itself now and maybe is unrelated. There is a new version of maturin 1.5. Probably that's the reason why it's now working.

keiki85 closed issue ALHP/ALHP.GO#237 2024-03-07 09:14:37 +01:00
segmentation fault trying to update python-maturin
keiki85 opened issue ALHP/ALHP.GO#237 2024-02-27 10:27:17 +01:00
segmentation fault trying to update python-maturin
keiki85 commented on issue ALHP/ALHP.GO#235 2024-02-20 18:03:35 +01:00
jdk-openjdk with Generational ZGC enabled crashes

JDK is known to have issues with optimizations. Thats why e.g. -O3 is replaced with O2 in the PKGBUILD.

I dunno how other optimizations are handled though.

I'm working with Java, but not…

keiki85 commented on issue ALHP/ALHP.GO#227 2024-01-11 09:01:28 +01:00
Upstream D-Bus update bricks system with ALHP.

I had also issues causing this. Luckily I could downgrade dbus to workaround this issue.

An idea. How about adding a note to the installation guide about this. That sometimes due to building…