mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
try to set heap size
This commit is contained in:
parent
e29eb83df5
commit
f1d6b49708
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ cp /home/data/httpd/download.eclipse.org/technology/subversive/0.7/pde-update-si
|
|||
org.eclipse.releng.basebuilder/plugins
|
||||
cd ..
|
||||
|
||||
export CDT_BUILD_VMARGS=-Xms512M -Xmx1024M
|
||||
|
||||
|
||||
# Let's go!
|
||||
java $CDT_BUILD_VMARGS -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
|
||||
java -Xms512M -Xmx1024M -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
|
||||
-Djvm1.5=/opt/public/common/jdk-1.5.0_16/bin/java \
|
||||
-ws gtk -arch x86 -os linux -application org.eclipse.ant.core.antRunner $*
|
||||
|
|
Loading…
Add table
Reference in a new issue