We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa3068 commit 99b1e01Copy full SHA for 99b1e01
dstack-util/src/system_setup.rs
@@ -190,8 +190,8 @@ impl HostShared {
190
mkdir -p $host_shared_copy_dir;
191
info "Copying host-shared files";
192
}?;
193
- copy(APP_COMPOSE, SZ_1KB * 128, false)?;
194
- copy(SYS_CONFIG, SZ_1KB * 10, false)?;
+ copy(APP_COMPOSE, SZ_1KB * 256, false)?;
+ copy(SYS_CONFIG, SZ_1KB * 32, false)?;
195
copy(INSTANCE_INFO, SZ_1KB * 10, true)?;
196
copy(ENCRYPTED_ENV, SZ_1KB * 256, true)?;
197
copy(USER_CONFIG, SZ_1MB, true)?;
0 commit comments