Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 365595 | Differences between
and this patch

Collapse All | Expand All

(-)original/src/gwt/build.xml (-2 / +2 lines)
Lines 101-107 Link Here
101
            <path refid="project.class.path"/>
101
            <path refid="project.class.path"/>
102
         </classpath>
102
         </classpath>
103
         <!-- add jvmarg -Xss16M or similar if you see a StackOverflowError -->
103
         <!-- add jvmarg -Xss16M or similar if you see a StackOverflowError -->
104
         <jvmarg value="-Xmx512M"/>
104
         <jvmarg value="-Xmx512M"/> <jvmarg value="-Djava.util.prefs.userRoot=/var/tmp/portage/sci-mathematics/rstudio-0.94.110/homedir"/>
105
         <arg value="-war"/>
105
         <arg value="-war"/>
106
         <arg value="www"/>
106
         <arg value="www"/>
107
         <arg value="-localWorkers"/>
107
         <arg value="-localWorkers"/>
Lines 145-151 Link Here
145
            <pathelement location="src"/>
145
            <pathelement location="src"/>
146
            <path refid="project.class.path"/>
146
            <path refid="project.class.path"/>
147
         </classpath>
147
         </classpath>
148
         <jvmarg value="-Xmx512M"/>
148
         <jvmarg value="-Xmx512M"/> <jvmarg value="-Djava.util.prefs.userRoot=/var/tmp/portage/sci-mathematics/rstudio-0.94.110/homedir"/>
149
         <arg value="-war"/>
149
         <arg value="-war"/>
150
         <arg value="www"/>
150
         <arg value="www"/>
151
         <arg value="-noserver"/>
151
         <arg value="-noserver"/>

Return to bug 365595