Skip to content

Commit

Permalink
Update scaling_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 23, 2024
1 parent f412864 commit 7750f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxc_autoscale/scaling_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def adjust_resources(containers, energy_mode):
send_notification(f"Memory Reduced for Container {ctid}", f"Memory reduced to {min_memory}MB for energy efficiency.")

logging.info(f"Final resources after adjustments: {available_cores} cores, {available_memory} MB memory")
logging.info("Resource allocation process completed.")
# logging.info("Resource allocation process completed.")



Expand Down

0 comments on commit 7750f75

Please sign in to comment.