Kai Krakow

Results 1208 comments of Kai Krakow

> ```diff > -readonly bees_bin=$(realpath @DESTDIR@/@LIBEXEC_PREFIX@/bees) > +readonly bees_bin=$(realpath @DESTDIR@@LIBEXEC_PREFIX@/bees) > ``` I think this should not have `@DESTDIR@` because `DESTDIR` is the installation destination, e.g. to create installation images...

I don't think that `fossilize_replay` is using 3+ GB per process. Most of it should be shared memory. Could you check the PSS of the processes? `htop` should be able...

> I'll try to remember that the next time it happens but I ran out of memory on a system with 32GB and fossilize was easily using 16 of those....

> If no further activity occurs, this issue will be automatically closed in one week in order to increase our focus on active topics. Well, this is only because devs...

It seems other users are experiencing it as well...

> > How do you open winecfg for a Steam game prefix? > > set the prefix as WINEPREFIX environment variable and use the wine distributed winecfg or there may...

> You could also try setting your launch options to > > `winecfg #%command%` I don't think that works as intended, because this way `winecfg` would be run from outside...

> If you need to very frequently stop and restart bees, lowering the queue length might be the only practical way to make forward progress. Yeah, I think that's exactly...

Meanwhile, the progress table looks like this: ``` extsz datasz point gen_min gen_max this cycle start tm_left next cycle ETA ----- -------- ------ ------- ------- ---------------- ------- ---------------- max 914.835G...

I applied the patch with value 100 to the affected system. I'll let it run for 1-2 weeks, let's see if it changes anything. **Update:** After some hours, it now...