return swap listing in the disk route
This commit is contained in:
@@ -49,7 +49,7 @@ async function start(existingInfra) {
|
||||
const serviceConfig = servicesConfig['sftp'] || {};
|
||||
const tag = infra.images.sftp.tag;
|
||||
const memoryLimit = serviceConfig.memoryLimit || exports.DEFAULT_MEMORY_LIMIT;
|
||||
const memory = system.getMemoryAllocation(memoryLimit);
|
||||
const memory = await system.getMemoryAllocation(memoryLimit);
|
||||
const cloudronToken = hat(8 * 128);
|
||||
|
||||
await ensureKeys();
|
||||
|
||||
Reference in New Issue
Block a user