3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos
Bas van Dijk 7a8b4907e2 djbdns: fix crash due to data ulimit
This fixes: https://github.com/NixOS/nixpkgs/issues/119066.

When `djbdns` is repeatedly queried it will crash with:

```
mmap: tinydns (842): VmData 331776 exceed data ulimit 300000. Update limits or use boot option ignore_rlimit_data.
```

So we increase the softlimit from 300000 to 4500000 as suggested in
the issue.

The `tinydns` NixOS test has been extended with testing for the faulty
behaviour.
2021-11-08 17:28:41 +00:00
..
doc loki: 2.3.0 -> 2.4.0 2021-11-07 18:40:42 +09:00
lib Merge pull request #142747 from helsinki-systems/fix/test-runner-execute 2021-11-02 14:51:50 +01:00
maintainers nixosTest.lxdImage: add lxdImage test 2021-11-03 07:49:54 +01:00
modules Merge pull request #142654 from yrd/prometheus-config-modules 2021-11-07 15:37:12 +01:00
tests djbdns: fix crash due to data ulimit 2021-11-08 17:28:41 +00:00
COPYING
default.nix
README
release-combined.nix release-combined.tested: Add the Sway test 2021-05-27 13:36:48 +02:00
release-small.nix
release.nix lxdImage: split from docker profile, use generators.toYAML 2021-11-03 07:49:54 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.