fix: git runner memory increase
This commit is contained in:
parent
8324aed9e0
commit
11e7b74140
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ in {
|
||||||
microvm.vms = lib.mapAttrs (runner: idx: {
|
microvm.vms = lib.mapAttrs (runner: idx: {
|
||||||
config = {
|
config = {
|
||||||
microvm = {
|
microvm = {
|
||||||
mem = 4048;
|
mem = 8096;
|
||||||
shares = [
|
shares = [
|
||||||
{
|
{
|
||||||
source = "/nix/store";
|
source = "/nix/store";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue