mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
more memory
This commit is contained in:
parent
54a22cea05
commit
06209ad832
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ impl PhpVersion {
|
||||||
network_mode: Some(network.to_string()),
|
network_mode: Some(network.to_string()),
|
||||||
binds: Some(volumes),
|
binds: Some(volumes),
|
||||||
extra_hosts: Some(vec![format!("hazehost:{}", host)]),
|
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),
|
nano_cpus: Some(2_000_000_000),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue