mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
nixosTests.pleroma: increase server memory size
The server VM machine is sometimes OOMing, making the test flaky. Increasing the memory size to 512MB fixes the issue.
This commit is contained in:
parent
885ab9286e
commit
7b554c9477
@ -202,6 +202,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
|
||||
security.pki.certificateFiles = [ "${tls-cert}/cert.pem" ];
|
||||
networking.extraHosts = hosts nodes;
|
||||
networking.firewall.enable = false;
|
||||
virtualisation.memorySize = 512;
|
||||
environment.systemPackages = with pkgs; [
|
||||
provision-db
|
||||
provision-secrets
|
||||
|
Loading…
Reference in New Issue
Block a user