FreeBSD Bugzilla – Attachment 216511 Details for
Bug 247997
databases/cassandra3: fix build on aarch64 (Java OutOfMemory during build)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
set max mem to 512 MB (svn diff)
cassandra3.diff (text/plain), 817 bytes, created by
Ronald Klop
on 2020-07-17 10:03:00 UTC
(
hide
)
Description:
set max mem to 512 MB (svn diff)
Filename:
MIME Type:
Creator:
Ronald Klop
Created:
2020-07-17 10:03:00 UTC
Size:
817 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 542417) >+++ Makefile (working copy) >@@ -80,10 +80,10 @@ > @${DO_NADA} # Do nothing: Prevent USE_ANT from running a default build target. > > do-build-DOCS-on: >- @cd ${WRKSRC} && ${ANT} -Dmaven.repo.local=${REPO_DIR} -Dlocalm2=${REPO_DIR} -Dpycmd=${PYTHON_CMD} freebsd-stage-doc >+ @cd ${WRKSRC} && ANT_OPTS="${ANT_OPTS} -Xmx512m" ${ANT} -Dmaven.repo.local=${REPO_DIR} -Dlocalm2=${REPO_DIR} -Dpycmd=${PYTHON_CMD} freebsd-stage-doc > > do-build-DOCS-off: >- @cd ${WRKSRC} && ${ANT} -Dmaven.repo.local=${REPO_DIR} -Dlocalm2=${REPO_DIR} freebsd-stage >+ @cd ${WRKSRC} && ANT_OPTS="${ANT_OPTS} -Xmx512m" ${ANT} -Dmaven.repo.local=${REPO_DIR} -Dlocalm2=${REPO_DIR} freebsd-stage > > post-build: > .for f in ${SCRIPT_FILES}
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
Actions:
View
|
Diff
Attachments on
bug 247997
:
216466
| 216511