aws / amazon-ec2-hibinit-agent

Apache License 2.0
18 stars 20 forks source link

Recreating the swap file if the current size is sufficiently larger #31

Closed deborshi1988 closed 1 year ago

deborshi1988 commented 1 year ago

Description of changes: This Pull request adds a logic of deleting and recreating the swap file, if the current swap is larger than the needed size. This will help wasting extra memory in storage and make it available to the user when modifying instances from larger to smaller type.

Testing: Tested the change internally inside an instance by modifying the file.

deborshi1988 commented 1 year ago

Got 2 approvals. Tested the same in instances