[vtk6] 01/02: Set JVM max memory to 1024m.

Anton Gladky gladk at moszumanska.debian.org
Fri Feb 12 19:59:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository vtk6.

commit 78abebb8cebf4e190820bb6c9ca70423b62c272f
Author: Matthias Klose <doko at ubuntu.com>
Date:   Fri Feb 12 20:37:23 2016 +0100

    Set JVM max memory to 1024m.
---
 debian/patches/100_javac-heap.patch | 18 ++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/100_javac-heap.patch b/debian/patches/100_javac-heap.patch
new file mode 100644
index 0000000..0a01247
--- /dev/null
+++ b/debian/patches/100_javac-heap.patch
@@ -0,0 +1,18 @@
+Description: set JVM max memory to 1024m.
+Author: Matthias Klose <doko at ubuntu.com>
+Acked-By: Anton Gladky <gladk at debian.org>
+Last-Update: 2016-02-12
+
+Index: VTK-6.2.0/Wrapping/Java/CMakeLists.txt
+===================================================================
+--- VTK-6.2.0.orig/Wrapping/Java/CMakeLists.txt
++++ VTK-6.2.0/Wrapping/Java/CMakeLists.txt
+@@ -80,6 +80,8 @@ if(APPLE)
+   set(JAVAC_OPTIONS -J-Xmx512m)
+ endif()
+ 
++set(JAVAC_OPTIONS -J-Xmx1024m)
++
+ get_property(java_modules GLOBAL PROPERTY VTK_JAVA_WRAPPED)
+ foreach(module IN LISTS java_modules)
+   if(NOT ${module}_EXCLUDE_FROM_WRAPPING)
diff --git a/debian/patches/series b/debian/patches/series
index b6bc021..43eaa7c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@
 95_ffmpeg_2.9.patch
 96_concurrent_vtkLookupTableMapData_fix.patch
 97_fix_latex_doxygen.patch
+100_javac-heap.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vtk6.git



More information about the debian-science-commits mailing list