[SPARK-36270][BUILD][FOLLOWUP] Reduce metaspace size for pyspark

### What changes were proposed in this pull request?

Notice that pyspark GA module `pyspark-pandas-slow` sometimes still has return code 137. Try to reduce its metaspace size further.

### Why are the changes needed?

Fix return code 137 for pyspark GA module.

### Does this PR introduce _any_ user-facing change?

No, dev only.

### How was this patch tested?

GA

Closes #33496 from viirya/test-ga-followup.

Authored-by: Liang-Chi Hsieh <viirya@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit c2de111ec5)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This commit is contained in:
Liang-Chi Hsieh 2021-07-23 14:20:00 -07:00 committed by Dongjoon Hyun
parent 3a0184d15d
commit f807df1924

View file

@ -169,7 +169,7 @@ jobs:
GITHUB_PREV_SHA: ${{ github.event.before }}
SPARK_LOCAL_IP: localhost
SKIP_UNIDOC: true
METASPACE_SIZE: 512m
METASPACE_SIZE: 128m
steps:
- name: Checkout Spark repository
uses: actions/checkout@v2