- Fix PermSize option (thanks to Mary Ellen Foster for testing).

This commit is contained in:
Andrew Overholt 2007-11-30 17:03:47 +00:00
parent 9d7647fd85
commit fd03558d8a
2 changed files with 5 additions and 2 deletions

View File

@ -5,4 +5,4 @@ diff -ur features/org.eclipse.platform/gtk/eclipse.ini features/org.eclipse.plat
-vmargs
-Xms40m
-Xmx256m
+--XX:MaxPermSize=128m
+-XX:MaxPermSize=128m

View File

@ -19,7 +19,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 10%{?dist}
Release: 11%{?dist}
License: Eclipse Public License
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -1612,6 +1612,9 @@ fi
%endif
%changelog
* Fri Nov 30 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-11
- Fix PermSize option (thanks to Mary Ellen Foster for testing).
* Fri Nov 23 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-10
- Move eclipse.ini for real.