You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mc...@apache.org on 2011/11/24 09:19:17 UTC

svn commit: r1205748 - /commons/proper/ognl/trunk/pom.xml

Author: mcucchiara
Date: Thu Nov 24 08:19:16 2011
New Revision: 1205748

URL: http://svn.apache.org/viewvc?rev=1205748&view=rev
Log:
This is not DirectMemory

Modified:
    commons/proper/ognl/trunk/pom.xml

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1205748&r1=1205747&r2=1205748&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Thu Nov 24 08:19:16 2011
@@ -483,7 +483,7 @@ limitations under the License.
                 <jub.xml.file>${project.build.directory}/benchmarks.xml</jub.xml.file>
                 <jub.charts.dir>${project.build.directory}/site</jub.charts.dir>
               </systemPropertyVariables>
-              <argLine>-Xmx512m -Xms512m -XX:MaxDirectMemorySize=512m</argLine>
+              <argLine>-Xmx512m -Xms512m</argLine>
             </configuration>
           </plugin>
         </plugins>