Dirk Lemstra

Results 537 comments of Dirk Lemstra

This looks like an issue in the internals of dotnet. It looks like it's not returning memory to the OS and due to fragmentation you are probably running into this...

You cannot rule that out but it is very unlikely because the same C# and C code is being used on both platforms. I don't know enough about the internals...

Your code uses the Wand api and this library is not using that. But at a first glance I don't see what could be causing what you are seeing. On...

I don't know if there will be any next steps. This apparently is something inside the default memory allocator on Linux. Maybe there are other ways than calling `malloc_trim(0)` like...

As @yauhenibhIDT mentioned you can reduce the allocated memory with `malloc_trim(0)`. The next release will add `TrimMemory` to the `ResourceLimits` class that will execute `malloc_trim` on supported platforms. I will...

This tool will recursively sign your files. You can get more information when you add `--verbosity information`. You will then see that it fails to sign a `.vbs` file. I...

You can avoid that with the `--file-list` where you specify a file that contains filters of the files that you want to sign.