Skip to content

Commit

Permalink
Update Version (#2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhivyaganesan authored Sep 1, 2021
1 parent 141c660 commit 8bd66bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azurelinuxagent/common/cgroupconfigurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
[Service]
CPUQuota={0}
"""
_AGENT_CPU_QUOTA = 5
_AGENT_CPU_QUOTA = 100
_AGENT_THROTTLED_TIME_THRESHOLD = 120 # 2 minutes


Expand Down
4 changes: 2 additions & 2 deletions azurelinuxagent/common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ def has_logrotate():
# IMPORTANT: Please be sure that the version is always 9.9.9.9 on the develop branch. Automation requires this, otherwise
# DCR may test the wrong agent version.
#
# When doing a release, be sure to use the actual agent version. Current agent version: 2.4.0.0
# When doing a release, be sure to use the actual agent version. Current agent version: 2.5.0.0
#
AGENT_VERSION = '9.9.9.9'
AGENT_VERSION = '2.5.0.0'
AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION)
AGENT_DESCRIPTION = """
The Azure Linux Agent supports the provisioning and running of Linux
Expand Down

0 comments on commit 8bd66bf

Please sign in to comment.