if (this.memoryLimit) {
      this.memoryReservationPercent = Math.round((this.memoryReservation / this.memoryLimit) * 100);
    }