Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreir committed Sep 23, 2024
1 parent 80fd46f commit 719026d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandaserver/taskbuffer/OraDBProxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3599,7 +3599,7 @@ def getJobs(
average_memory_jobs_running_submitted, average_memory_jobs_running = self.get_average_memory_jobs(siteName, average_memory_target)
if average_memory_jobs_running_submitted > average_memory_target or average_memory_jobs_running > average_memory_target:
average_memory_limit = average_memory_target
tmpLog.info("Queue {siteName} meanRSS will be throttled to jobs under {average_memory_limit}MB")
tmpLog.info(f"Queue {siteName} meanRSS will be throttled to jobs under {average_memory_limit}MB")

# generate the WHERE clauses based on the requirements for the job
sql_where_clause, getValMap = self.construct_where_clause(
Expand Down

0 comments on commit 719026d

Please sign in to comment.