Skip to content

Commit 0d5c901

Browse files
Merge pull request #3 from IntelPython/increase-quota-allowance-for-dpctl-and-dpnp
Increase quota for dpctl and dpnp to 1Gb each
2 parents 3983afa + bef4ec2 commit 0d5c901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/cleanup-old-packages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

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

0 commit comments

Comments
 (0)