Skip to content

Commit f781521

Browse files
committed
more logging
1 parent 050649a commit f781521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lilac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ def try_pick_some(
334334

335335
for pkg in ready_to_build:
336336
if (r := rusages.get(pkg)) and r.memory > memory_avail:
337+
logger.debug('package %s used %d memory last time, but now only %d is available', pkg, r.memory, memory_avail)
337338
continue
338339

339340
to_build = check_buildability(pkg, repo, buildsorter, failed)

0 commit comments

Comments
 (0)