gpe-mw-training / messaging-labs

1 stars 4 forks source link

Add systemUsage to reduce Disk space required #11

Closed cmoulliard closed 8 years ago

cmoulliard commented 8 years ago

Add SystemUsage to Broker XML config

<systemUsage>
  <systemUsage>
    <memoryUsage>
      <memoryUsage limit="64 mb" />
    </memoryUsage>
    <storeUsage>
      <storeUsage limit="100mb" />
    </storeUsage>
    <tempUsage>
      <tempUsage limit="50mb" />
    </tempUsage>
  </systemUsage>
</systemUsage>
cmoulliard commented 8 years ago

Some students, on Windows machine, can't run the labs as the disk space doesn't support so big size (1Gb, ...)

satyaj commented 8 years ago

Fixed 57cdb63975d9a85df445ae25c4b21d6405424c02