Skip to content

Commit

Permalink
making heap size really big
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavsuku-db committed Jul 30, 2024
1 parent f62659b commit 5ff9f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sccache: 'true'
manylinux: auto
env:
NODE_OPTIONS: --max_old_space_size=8192
NODE_OPTIONS: --max_old_space_size=32768
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
command: sdist
args: --out dist --manifest-path ../../python/delta-kernel-python/Cargo.toml
env:
NODE_OPTIONS: --max_old_space_size=8192
NODE_OPTIONS: --max_old_space_size=32768
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5ff9f01

Please sign in to comment.