wzyghb / cloudsim

Automatically exported from code.google.com/p/cloudsim
0 stars 0 forks source link

Default behaviour of Cloudlet may lead to unnecessary usage of heap space #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The default behaviour of Cloudlets make it log information about movements it 
does between resources. It may cause unnecessary consumption of heap space, 
especially because most simulations do not require such movement information, 
as it can be tracked by the broker.

Therefore, the default behaviour of Cloudlets should be not logging movement, 
and if users want to log, they can use the alternative constructor with the 
extra boolean record parameter (set to true for enabling the record).

Original issue reported on code.google.com by rodrigo.calheiros on 22 Aug 2012 at 12:22

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed at rev. 172, now, the default behaviour of Cloudlets is not to record 
movement information.

Original comment by rodrigo.calheiros on 22 Aug 2012 at 12:25