* multinode-demo: Pass --accounts through bootstrap leader wrapper (cherry picked from commit327be55acc
) * gce.sh: Factor out default custom memory (cherry picked from commitddf1d2dbf5
) * net/: Support accounts on swap-backed tmpfs (cherry picked from commitff599ace4d
) * net/gce.sh: Add cusom RAM arg instead of doubling default with tmpfs (cherry picked from commit3175cf1deb
) Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
@@ -7,6 +7,10 @@ cloud_DefaultZone() {
|
||||
echo "us-east-1b"
|
||||
}
|
||||
|
||||
cloud_DefaultCustomMemoryGB() {
|
||||
: # Not implemented
|
||||
}
|
||||
|
||||
cloud_RestartPreemptedInstances() {
|
||||
: # Not implemented
|
||||
}
|
||||
|
Reference in New Issue
Block a user