Skip to content

Commit ac93f62

Browse files
committed
Lower memory budget.
1 parent 29dc3f7 commit ac93f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ end
105105
# claims. A CUDA worker needs its own context + libraries (~0.5–1 GiB baseline)
106106
# plus room for peak per-test allocations; 4 GiB is the per-worker budget.
107107
# (Set `CUDA_VISIBLE_DEVICES` to choose which device is used.)
108-
const gpu_memory_per_worker = 2 * 2^30
108+
const gpu_memory_per_worker = 1 * 2^30
109109
first_gpu = first(devices())
110110
gpu_free = device!(first_gpu) do
111111
mem = CUDA.free_memory()

0 commit comments

Comments
 (0)