Mathew Heard

Results 92 issues of Mathew Heard

With a large number of files `.index` gets massive. It would be better if `.index` only handled the files & folders directly within itself and each directory had such an...

Sometimes you want only to work on a partial copy of the filesystem and perform one simple operation. For example to add / update a single file. For this reason...

We are currently exploring scaling out (downsize from 8GB ram nodes to 4GB ram nodes) our kubernetes cluster and we noticed that theres quite the variation in core-dump-handler pods memory...

Would it be possible to mark a emptyDir volume for collection in place native core dumps (as well)? The reason I ask is that we also want to collect heapdumps...

Unfortunately my PR (#8) is insufficient to fully solve the memory issues with this module. It helps but it doesnt solve it completely, is still possible for requests to finish...

``` #0 0x00005603b2e4b020 in ngx_http_lua_io_read_all () #1 0x00005603b2e4a3e7 in ngx_http_lua_io_file_do_read () #2 0x00005603b2e49fce in ngx_http_lua_io_prepare_retvals () #3 0x00005603b2e49672 in ngx_http_lua_io_resume () #4 0x00005603b2e49514 in ngx_http_lua_io_content_wev_handler () #5 0x00005603b2e495db in ngx_http_lua_io_thread_event_handler...

Can we get a configure and makefile? Even if it just calls meson. Compared to: ``` ./configure make install ``` meson is hardly intuitive

janitorial

Compiling on Debian bullseye fails Can be tested from a fresh `debian:bullseye` container with the following commands: ``` export TINC_VERSION=1.1 apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y net-tools tcpdump...

bug
linux
build_system

Behaviour Changes: - Initial packet will fail if DNS is slow (20ms) to respond the DNS request will continue to be processed in the background - Any further packets after...