]> git.pld-linux.org Git - packages/gallery-remote.git/blobdiff - gallery-remote.spec
- larger memory limit to be able to upload videos
[packages/gallery-remote.git] / gallery-remote.spec
index e992a4b6818fcdb59f84b0a676949d06a4ac559a..e580664b9b517d844a611c8f8e1e6a910efcf344 100644 (file)
@@ -74,7 +74,7 @@ cp -a *.jar $RPM_BUILD_ROOT%{_appdir}
 cat <<EOF > $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
This page took 0.0622 seconds and 4 git commands to generate.