From 35190646aa5fcba8605c0ac6a1a506366208ad27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 2 Jul 2007 12:30:56 +0000 Subject: [PATCH] - larger memory limit to be able to upload videos Changed files: gallery-remote.spec -> 1.14 --- gallery-remote.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery-remote.spec b/gallery-remote.spec index e992a4b..e580664 100644 --- a/gallery-remote.spec +++ b/gallery-remote.spec @@ -74,7 +74,7 @@ cp -a *.jar $RPM_BUILD_ROOT%{_appdir} cat < $RPM_BUILD_ROOT%{_bindir}/%{name} #!/bin/sh cd %{_appdir} -exec java -cp GalleryRemote.jar com.gallery.GalleryRemote.GalleryRemote +exec java -Xmx1024m -cp GalleryRemote.jar com.gallery.GalleryRemote.GalleryRemote EOF install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} install %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop -- 2.43.0