Liblor / applied_sec_lab

Applied Security Laboratory - AS19
6 stars 1 forks source link

High RAM usage #41

Closed keyctl closed 4 years ago

keyctl commented 4 years ago

During development, the high RAM usage of our setup always kept me concerned as it monotonically increased. The further we advance in our setup, the more RAM we will need.

We should see if we're able to lower our requirements

keyctl commented 4 years ago

I've identified two potential sources of unjustified RAM usages, which are

@Miro-H Do you remember if giving the Ansible master 1 GB of RAM was necessary?

Miro-H commented 4 years ago

@Miro-H Do you remember if giving the Ansible master 1 GB of RAM was necessary?

No, it was a precautionary measure since running the whole playbook takes a while and I didn't want low RAM to be a restriction.

Miro-H commented 4 years ago

We can easily test what RAM is necessary by changing the ram in the VirtualBox settings, without rebuilding the infrastructure.

keyctl commented 4 years ago

Closed by #46.