1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

more memory

This commit is contained in:
Robin Appelman 2022-04-07 17:14:57 +02:00
commit 06209ad832

View file

@ -98,7 +98,7 @@ impl PhpVersion {
network_mode: Some(network.to_string()),
binds: Some(volumes),
extra_hosts: Some(vec![format!("hazehost:{}", host)]),
memory: Some(512 * 1024 * 1024),
memory: Some(2 * 1024 * 1024 * 1024),
nano_cpus: Some(2_000_000_000),
..Default::default()
}),