Skip to content

Commit 5454282

Browse files
committed
add gc information to debug
1 parent 5c45361 commit 5454282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,6 +2282,7 @@ def spark() -> "SparkSession":
22822282
.config("spark.sql.catalog.hive.s3.endpoint", "http://localhost:9000")
22832283
.config("spark.sql.catalog.hive.s3.path-style-access", "true")
22842284
.config("spark.sql.execution.arrow.pyspark.enabled", "true")
2285+
.config("spark.executor.extraJavaOptions", "-XX:+PrintGCDetails -XX:+PrintGCTimeStamps")
22852286
.getOrCreate()
22862287
)
22872288

0 commit comments

Comments
 (0)