<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Save failed : Java heap space in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396638#M8425</link>
    <description>From version 2.1.0RC1 you can tune the memory allocation for your JVM, please have a look at 
&lt;A href="http://talendforge.org/wiki/doku.php?id=doc:installation_guide" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/wiki/doku.php?id=doc:installation_guide&lt;/A&gt;</description>
    <pubDate>Thu, 05 Jul 2007 15:01:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-07-05T15:01:52Z</dc:date>
    <item>
      <title>Save failed : Java heap space</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396633#M8420</link>
      <description>Bonjour, 
&lt;BR /&gt;Tout d'abord, mes félicitations pour toute votre équipe pour ce produit qui me semble très prometteur. 
&lt;BR /&gt;J'ai un problème qui apparait de temps en temps lorque j'essai de sauvegarder un job design. Un message d'eclipse apparait 
&lt;BR /&gt;"Save failed : Java heap space" . 
&lt;BR /&gt;Il faut que j'arrete et redémarre talend pour ne plus avoir ce pb pendant un certain. 
&lt;BR /&gt;Est ce que vous avez vu ce genre de pb. Il y a t'il un moyen pour paramétrer la mémoire de la machine virtuelle utilisée par talend? 
&lt;BR /&gt;Merci</description>
      <pubDate>Sat, 16 Nov 2024 14:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396633#M8420</guid>
      <dc:creator>dlrcs</dc:creator>
      <dc:date>2024-11-16T14:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Save failed : Java heap space</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396634#M8421</link>
      <description>Hi dlrcs, 
&lt;BR /&gt;Many thanks for your supporting message. Much appreciated here. 
&lt;BR /&gt;However, could you please post your question in English from now on? 
&lt;BR /&gt;Obviously your question is related to a memory space issue, linked to Eclipse. 
&lt;BR /&gt;Can you provide us with the version of Talend Open Studio you work on? as well as the JVM version? 
&lt;BR /&gt;Did you update the Eclipse and/or Talend through the automatic update feature? 
&lt;BR /&gt;Thanks again for your understanding. 
&lt;BR /&gt;Elisa</description>
      <pubDate>Thu, 10 May 2007 18:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396634#M8421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-10T18:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Save failed : Java heap space</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396635#M8422</link>
      <description>Hi, 
&lt;BR /&gt;I'm using TOS-Win32-r3065-V2.0.0 . The JVM is 1.5.0_11. 
&lt;BR /&gt;I'm designing jobs that contains lots of components, at least 10 up to 20. 
&lt;BR /&gt;The designer begin to slow down to load a job design and frenquently I got this message above. 
&lt;BR /&gt;Please find a sample of the log below: 
&lt;BR /&gt; 
&lt;BR /&gt;!ENTRY org.eclipse.ui 4 4 2007-05-11 01:21:43.375 
&lt;BR /&gt;!MESSAGE Save Failed 
&lt;BR /&gt;!ENTRY org.eclipse.ui 2 0 2007-05-11 01:21:43.375 
&lt;BR /&gt;!MESSAGE Save Failed 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.lang.OutOfMemoryError: Java heap space 
&lt;BR /&gt;!ENTRY org.eclipse.ui 4 4 2007-05-11 01:22:24.750 
&lt;BR /&gt;!MESSAGE Unhandled event loop exception 
&lt;BR /&gt;!ENTRY org.eclipse.ui 4 0 2007-05-11 01:22:24.765 
&lt;BR /&gt;!MESSAGE Failed to execute runnable (java.lang.OutOfMemoryError: Java heap space) 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.OutOfMemoryError: Java heap space) 
&lt;BR /&gt; at org.eclipse.swt.SWT.error(SWT.java:3374) 
&lt;BR /&gt; at org.eclipse.swt.SWT.error(SWT.java:3297) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.open(Window.java:796) 
&lt;BR /&gt; at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:322) 
&lt;BR /&gt; at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:263) 
&lt;BR /&gt; at org.eclipse.ui.internal.SaveableHelper.savePart(SaveableHelper.java:136) 
&lt;BR /&gt; at org.eclipse.ui.internal.EditorManager.savePart(EditorManager.java:1386) 
&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:2995) 
&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:3008) 
&lt;BR /&gt; at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:67) 
&lt;BR /&gt; at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) 
&lt;BR /&gt; at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119) 
&lt;BR /&gt; at org.eclipse.core.commands.Command.executeWithChecks(Command.java:461) 
&lt;BR /&gt; at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424) 
&lt;BR /&gt; at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160) 
&lt;BR /&gt; at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466) 
&lt;BR /&gt; at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799) 
&lt;BR /&gt; at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846) 
&lt;BR /&gt; at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564) 
&lt;BR /&gt; at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506) 
&lt;BR /&gt; at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122) 
&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.filterEvent(Display.java:982) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:927) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:965) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:961) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1275) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3346) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Control.windowProc(Control.java:3246) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025) 
&lt;BR /&gt; at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) 
&lt;BR /&gt; at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) 
&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
&lt;BR /&gt; at org.talend.rcp.intro.Application.run(Application.java:66) 
&lt;BR /&gt; at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:585) 
&lt;BR /&gt; at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) 
&lt;BR /&gt; at org.eclipse.core.launcher.Main.basicRun(Main.java:280) 
&lt;BR /&gt; at org.eclipse.core.launcher.Main.run(Main.java:977) 
&lt;BR /&gt; at org.eclipse.core.launcher.Main.main(Main.java:952) 
&lt;BR /&gt;Caused by: java.lang.OutOfMemoryError: Java heap space 
&lt;BR /&gt;Regards.</description>
      <pubDate>Fri, 11 May 2007 00:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396635#M8422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-11T00:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Save failed : Java heap space</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396636#M8423</link>
      <description>Hello,&lt;BR /&gt;My TOS version is TOS-Win32-r3065-V2.0.0. My JRE is jdk1.5.0_11. &lt;BR /&gt;As for the version of eclipse on which TOS is running I don't know if it is up to date. &lt;BR /&gt;But I 've the same log when Eclipse fail to save a job design as that above.&lt;BR /&gt;My jobs include often numerous components. 10 to 20 components.&lt;BR /&gt;Best Regards.</description>
      <pubDate>Fri, 11 May 2007 23:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396636#M8423</guid>
      <dc:creator>dlrcs</dc:creator>
      <dc:date>2007-05-11T23:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Save failed : Java heap space</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396637#M8424</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Caused by: java.lang.OutOfMemoryError: Java heap space&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;To launch Talend Open Studio with more memory, it's very easy : create a .bat or .sh and type in the following command : 
&lt;BR /&gt; 
&lt;PRE&gt;TalendOpenStudio -vmargs -Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m&lt;/PRE&gt; 
&lt;BR /&gt;I don't know how much RAM you have? With the above command line, T.O.S. will be allowed to take 512 MB (a good configuration for a machine with 1024MB of ram). 
&lt;BR /&gt;If your station has only 512MB, you should use 
&lt;PRE&gt;TalendOpenStudio -vmargs -Xms256m -Xmx256m -XX:PermSize=64m -XX:MaxPermSize=64m&lt;/PRE&gt; 
&lt;BR /&gt;More information at 
&lt;A href="http://www.eclipsezone.com/eclipse/forums/t61618.html" rel="nofollow noopener noreferrer"&gt;http://www.eclipsezone.com/eclipse/forums/t61618.html&lt;/A&gt;</description>
      <pubDate>Sat, 12 May 2007 08:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396637#M8424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-12T08:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Save failed : Java heap space</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396638#M8425</link>
      <description>From version 2.1.0RC1 you can tune the memory allocation for your JVM, please have a look at 
&lt;A href="http://talendforge.org/wiki/doku.php?id=doc:installation_guide" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/wiki/doku.php?id=doc:installation_guide&lt;/A&gt;</description>
      <pubDate>Thu, 05 Jul 2007 15:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396638#M8425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-05T15:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Save failed : Java heap space</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396639#M8426</link>
      <description>Hey Great guys....You helped me in solving java heap space error. Thanks</description>
      <pubDate>Fri, 17 Dec 2010 05:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396639#M8426</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-12-17T05:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Save failed : Java heap space</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396640#M8427</link>
      <description>I think I should be able to increase my memory usage limit. 
&lt;BR /&gt; 
&lt;B&gt;What settings should I use for a server with the following specs?&lt;/B&gt; 
&lt;BR /&gt;RAM: 7.81 GB (7.56 usable) 
&lt;BR /&gt;System type: 64 bit 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;B&gt;My current settings are:&lt;/B&gt; 
&lt;BR /&gt;-vmargs 
&lt;BR /&gt;-Xms64m 
&lt;BR /&gt;-Xmx1536m 
&lt;BR /&gt;-XX:MaxPermSize=256m</description>
      <pubDate>Thu, 17 Mar 2011 01:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Save-failed-Java-heap-space/m-p/2396640#M8427</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2011-03-17T01:52:04Z</dc:date>
    </item>
  </channel>
</rss>

