FreeBSD Bugzilla – Attachment 120916 Details for
Bug 163793
Patching java/netbeans-devel in order to run stable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 931 bytes, created by
Tino Engel
on 2012-01-03 07:50:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tino Engel
Created:
2012-01-03 07:50:08 UTC
Size:
931 bytes
patch
obsolete
>--- work/netbeans/bin/netbeans 2011-09-26 01:36:52.000000000 +0200 >+++ work/netbeans/bin/netbeans 2012-01-03 07:40:48.000000000 +0100 >@@ -118,7 +118,7 @@ > fi > > heap_size () { >- mem=640 >+ mem=1024 > case "`uname`" in > Linux*) > mem=`cat /proc/meminfo | grep MemTotal | tr -d [:space:][:alpha:]:` >@@ -158,7 +158,7 @@ > if grep -v -- "-J-XX:MaxPermSize" >/dev/null <<EOF ; then > ${netbeans_default_options} > EOF >- netbeans_default_options="-J-XX:MaxPermSize=384m ${netbeans_default_options}" >+ netbeans_default_options="-J-XX:MaxPermSize=512m ${netbeans_default_options}" > fi > > launchNbexec() { >@@ -176,9 +176,9 @@ > sh=/bin/bash > fi > if [ "${founduserdir}" = "yes" ]; then >- exec $sh "$nbexec" "$@" >+ exec $sh "$nbexec" --nosplash "$@" > else >- exec $sh "$nbexec" --userdir "${userdir}" "$@" >+ exec $sh "$nbexec" --nosplash --userdir "${userdir}" "$@" > fi > }
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 163793
: 120916