Skip to content

Commit ad0f4fa

Browse files
committed
fix pr ci stack
1 parent 0fac74e commit ad0f4fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ jobs:
108108
- name: "Run e2e test"
109109
run: |
110110
mkdir -p output
111+
ulimit -s 1048576
111112
RUST_BACKTRACE=1 CENO_GPU_CACHE_LEVEL=0 CENO_GPU_JAGGED_RESHAPE_LOG_HEIGHT=23 \
113+
RUST_MIN_STACK=536870912 \
112114
RUSTFLAGS="-C target-feature=+avx2" \
113115
RUST_LOG=info,openvm_stark_*=warn,openvm_cuda_common=warn \
114116
cargo run --features "jemalloc,gpu" --config net.git-fetch-with-cli=true \

0 commit comments

Comments
 (0)