mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +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()),
|
||||
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()
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue