Skip to content

Commit

Permalink
Merge pull request #3 from IntelPython/increase-quota-allowance-for-d…
Browse files Browse the repository at this point in the history
…pctl-and-dpnp

Increase quota for dpctl and dpnp to 1Gb each
  • Loading branch information
oleksandr-pavlyk authored Jan 7, 2025
2 parents 3983afa + bef4ec2 commit 0d5c901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cleanup-old-packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

QUOTAS = {
# lets try keeping at least 1Gb free. Total quota is 3Gb
"dppy/dpctl": (512 + 128) * 1024 * 1024,
"dppy/dpnp": (512 - 128) * 1024 * 1024,
"dppy/dpctl": 1024 * 1024 * 1024,
"dppy/dpnp": 1024 * 1024 * 1024,
"dppy/numba-dpex": 256 * 1024 * 1024,
"dppy/numba-mlir": 512 * 1024 * 1024,
"dppy/dpbench": 128 * 1024 * 1024,
Expand Down

0 comments on commit 0d5c901

Please sign in to comment.