Bart Oldeman
Bart Oldeman
I change the language as follows, also moving the list on a separate line: ``` Default list of existing configuration files (5, most important last): /home/oldeman/lo/easybuild.d/bla.cfg, /home/oldeman/lo/easybuild.d/foo.cfg, /home/oldeman/hi/easybuild.d/bla.cfg, /home/oldeman/hi/easybuild.d/foo.cfg, /home/oldeman/.config/easybuild/config.cfg...
This should be good to go @boegel
The traditional way to do this is to use `$DESTDIR`, most distributions use this mechanism to create packages; Gentoo uses it by default without needing to create the package file;...
#198 had some performance issues for the dirty log, but I could properly benchmark that too. Another alternative for KVM is to mark the region read/only instead of playing with...
So, following #198 and the experience from @bolle732 I did some benchmarking with PCGEOS which is now open source and can be downloaded here as binary: https://github.com/bluewaysw/pcgeos/releases/download/CI-latest-issue-149/pcgeos-ensemble_nc.zip (you need to...
> I don't believe in that ahead-of-time > thing: you just assume updater is > started too late. What if not? I believe that's not a problem here. What I...
> And it may well do that before guest > managed to perform the writes, so > nothing will be optimized. in that case nothing will be optimized indeed. But...
ok, sure I have no problem reverting it (or changing to something completely different) when the time comes. I'll file a PR. > No improvement against current devel > or...
always_dirty of course has the drawback that a full update is done every time even if nothing has changed. And I did not measure that. My suspicion when I started...
I can see your point now, I forgot about the fact that a bank switch may also well find pages still dirty from an earlier write and then do no...