FreeBSD Bugzilla – Attachment 237270 Details for
Bug 266902
devel/spark: patch for Could not reserve enough space for 2097152KB object heap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
spark.diff
spark.diff (text/plain), 612 bytes, created by
Martin Filla
on 2022-10-13 16:27:23 UTC
(
hide
)
Description:
spark.diff
Filename:
MIME Type:
Creator:
Martin Filla
Created:
2022-10-13 16:27:23 UTC
Size:
612 bytes
patch
obsolete
>diff -urN spark.orig/Makefile spark/Makefile >--- spark.orig/Makefile 2022-10-08 13:19:11.528056000 +0200 >+++ spark/Makefile 2022-10-13 18:24:45.238531000 +0200 >@@ -26,7 +26,7 @@ > USE_RC_SUBR= spark_master spark_worker > SHEBANG_FILES= bin/sparkR > >-MAKE_ENV+= JAVA_HOME=${JAVA_HOME} \ >+MAKE_ENV+= JAVA_HOME=${JAVA_HOME} \ > MAVEN_OPTS="-Xmx2g -XX:ReservedCodeCacheSize=2g" > > NO_ARCH= yes >@@ -40,6 +40,11 @@ > PLIST_SUB= VER=${PORTVERSION} > > .include <bsd.port.pre.mk> >+ >+.if ${ARCH} == "i386" >+ MAVEN_OPTS="-Xmx1g -XX:ReservedCodeCacheSize=1g" >+.endif >+ > > .if ${ARCH} == "amd64" > JAVA_ARCH= x86_64
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
freebsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 266902
:
237154
|
237160
|
237270
|
237271
|
237272
|
237273
|
237556
|
251039