Skip to content

Commit

Permalink
Reduce heap memory
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jul 9, 2024
1 parent 0e22296 commit 49995dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ under the License.
--add-opens=java.base/sun.util.calendar=ALL-UNNAMED
-Djdk.reflect.useDirectMethodHandle=false
</extraJavaTestArgs>
<argLine>-ea -Xmx6g -Xss4m ${extraJavaTestArgs}</argLine>
<argLine>-ea -Xmx4g -Xss4m ${extraJavaTestArgs}</argLine>
<additional.3_3.test.source>spark-3.3-plus</additional.3_3.test.source>
<additional.3_4.test.source>spark-3.4-plus</additional.3_4.test.source>
<additional.3_5.test.source>not-needed</additional.3_5.test.source>
Expand Down

0 comments on commit 49995dd

Please sign in to comment.