Skip to content

Commit

Permalink
SDA-4442 - Return false for VDI
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Sep 5, 2024
1 parent bf7a748 commit 3850294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class AppStats {
maxMemoryUsedPercent: this.maxMemoryUsed,
sdaUsedMemory: this.convertToMB(process.memoryUsage().heapUsed),
memoryAvailable: totalMem,
vdi: undefined,
vdi: false,
endReason: endReason ? endReason : undefined,
crashProcess,
},
Expand Down

0 comments on commit 3850294

Please sign in to comment.