Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Mar 18, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant