Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
0084e42f
Commit
0084e42f
authored
17 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
200465
OutOfMemoryError while creating javadoc
parent
8cba00e1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
releng.control/commonComputedVariables.shsource
+1
-1
1 addition, 1 deletion
releng.control/commonComputedVariables.shsource
with
1 addition
and
1 deletion
releng.control/commonComputedVariables.shsource
+
1
−
1
View file @
0084e42f
...
...
@@ -56,7 +56,7 @@ if $sunjvm ; then
export
bootclasspath
=
"
${
JAVA_4_HOME
}
/jre/lib/rt.jar:
${
JAVA_4_HOME
}
/jre/lib/jsse.jar"
export
bootclasspath_15
=
"
${
JAVA_5_HOME
}
/jre/lib/rt.jar:
${
JAVA_5_HOME
}
/jre/lib/jsse.jar"
export
ANT_OPTS
=
"-Xms256m -Xmx1024m -XX:MaxPermSize=128M -XX:+UseParallelGC"
export
JAVADOC_ARGS
=
"-J-Xms256m -J-Xmx1024m -J-XX:MaxPermSize=
128M
-J-XX:+UseParallelGC"
export
JAVADOC_ARGS
=
"-J-Xms256m -J-Xmx1024m -J-XX:MaxPermSize=
256m
-J-XX:+UseParallelGC"
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment