Skip to content

Commit

Permalink
add gc information to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrluis committed Jan 15, 2025
1 parent 5c45361 commit 5454282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2282,6 +2282,7 @@ def spark() -> "SparkSession":
.config("spark.sql.catalog.hive.s3.endpoint", "http://localhost:9000")
.config("spark.sql.catalog.hive.s3.path-style-access", "true")
.config("spark.sql.execution.arrow.pyspark.enabled", "true")
.config("spark.executor.extraJavaOptions", "-XX:+PrintGCDetails -XX:+PrintGCTimeStamps")
.getOrCreate()
)

Expand Down

0 comments on commit 5454282

Please sign in to comment.