srowen commented on a change in pull request #32901:
URL: https://github.com/apache/spark/pull/32901#discussion_r651171177
##########
File path: appveyor.yml
##########
@@ -57,6 +57,7 @@ environment:
# "(converted from warning) unable to identify current timezone 'C':" for an
unknown reason.
# This environment variable works around to test SparkR against a higher
version.
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
+ MAVEN_OPTS: -Xss256m
Review comment:
256MB as a thread stack size sounds very large - the default is 1MB.
Does it need to be that high?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]