Felix Esch

Results 4 comments of Felix Esch

During linking with Visual Studio, if there is no symbol to be exported, then the `.lib` file will not be created. Append the following in `build.gradle`: ``` gradle model {...

I'm beginning to use kopia to backup my home directory including several git projects using zstd-better-compression. The backup consists of 1'383'085 files over 66'016 directories and the total committed memory...

I have not done any amount of tests to be certain, but using v20240409.0.234713 my memory consumption for snapshotting my user folder was about 14-15 GiB: Initially 22 GiB committed...

To me it seems like just indexing large folder/file hierarchies during snapshot creation without any early out/pruning mechanism might be the majority cause of memory consumption for me. The memory...