Re: URGENT: GWT build crash with out of memory

2022-04-07 Thread Craig Mitchell
n. So you might want to try that as well. >>>> >>>> I have a compiled app that is roughly half the size of yours (about 15 >>>> MB) and it compiles fine with just 8 GB Ram. But it only has about 20 >>>> split >>>> points. Using 64GB se

Re: URGENT: GWT build crash with out of memory

2022-04-02 Thread Leon Pennings
loops then. So you might want to try that as well. >>> >>> I have a compiled app that is roughly half the size of yours (about 15 >>> MB) and it compiles fine with just 8 GB Ram. But it only has about 20 split >>> points. Using 64GB seems overkill in you

Re: URGENT: GWT build crash with out of memory

2022-04-01 Thread Colin Alworth
erkill in your case. Maybe you could also try >> making a heap dump and analyze it in Eclipse memory analyzer to see what is >> consuming all your heap memory. However analyzing a 64GB heap dump won't be >> fun either. >> >> -- J. >> >> viny...@g

Re: URGENT: GWT build crash with out of memory

2022-03-04 Thread viny...@gmail.com
gt; consuming all your heap memory. However analyzing a 64GB heap dump won't be > fun either. > > -- J. > > viny...@gmail.com schrieb am Dienstag, 1. März 2022 um 16:27:41 UTC+1: > >> Hi, >> >> We are having a quite big project, every thing was going in control but &g

Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread Jens
; > We are having a quite big project, every thing was going in control but > from last few days our GWT project is crashing while building WAR (with > error out of memory). > "*Compiling module project2.**Project2* > > > > > * Validating units: Ignored 12 uni

Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread 'Frank Hossfeld' via GWT Users
u > can add there a general -Xmx4000M (or something). > > Best regards > > viny...@gmail.com schrieb am Dienstag, 1. März 2022 um 16:27:41 UTC+1: > >> Hi, >> >> We are having a quite big project, every thing was going in control but >> from last few days our GWT proj

Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread vie...@gmail.com
: > Hi, > > We are having a quite big project, every thing was going in control but > from last few days our GWT project is crashing while building WAR (with > error out of memory). > "*Compiling module project2.**Project2* > > > > > * Validating units: Ig

URGENT: GWT build crash with out of memory

2022-03-01 Thread viny...@gmail.com
Hi, We are having a quite big project, every thing was going in control but from last few days our GWT project is crashing while building WAR (with error out of memory). "*Compiling module project2.**Project2* * Validating units: Ignored 12 units with compilation errors in

Re: GWT Compilation Out Of Memory

2019-03-14 Thread Colin Alworth
Some quick observations from the docx: The bulk of your split points are sized pretty well, but if you can save the compiler work on those tiny ones and delete/merge them, that would be ideal, and may well help your leftovers. That leftovers is quite large, but not totally out of control at

Re: GWT Compilation Out Of Memory

2019-03-14 Thread Vineet Jaiswal
where as no. of code lines are concerned I can give you only an approx. figure. 1. client + shared there might be minimum 10,00,000 lines code approx. 2. server there might be minimum 50,000 lines code approx. -- You received this message because you are subscribed to the Google Groups

Re: GWT Compilation Out Of Memory

2019-03-14 Thread Vineet Jaiswal
please find all details asked by as word attachment & along with I am attaching sample code of client, server, shared as rar file -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it,

Re: GWT Compilation Out Of Memory

2019-03-14 Thread Colin Alworth
Are you able to answer the other questions too? This looks like the same numbers that was in your last email. "Lines of code" refers to the sources that the developers write, not the generated JS. My reply also asked for more detail on the deferredjs contents, just the last file numerically in

Re: GWT Compilation Out Of Memory

2019-03-14 Thread Vineet Jaiswal
folders & files size generated in war are as follows: 1. deferredjs folder contains 5 folders (441mb of js files cumulative) 2. *.gwt.rpc 647 files (308mb cumulative) 3. *.cache.html 5 files (27.9mb cumulative) 4. *.nocache.js is 8kb 5. and other folders On Thu, Mar 14, 2019 at

Re: GWT Compilation Out Of Memory

2019-03-14 Thread Colin Alworth
ZEON R CPU E3-1225 V5 >> Core : 4 >> >> >> we have defined gwt compile parameters as follows: >> GWT Compiler JVM Arguments: -Xmx61440M >> GWT Dev Mode JVM Arguments: -Xmx61440M >> GWT Test JVM Arguments: -Xmx61440M >> >> >> >&

Re: GWT Compilation Out Of Memory

2019-03-14 Thread Frank
How 'large' is your application ? How many lines of code ? How many screens ? I can't imagine that a war file of 1.6GB is normal ? (unless it contains heeps of images/multimedia assets) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To

Re: GWT Compilation Out Of Memory

2019-03-14 Thread Vineet Jaiswal
t; GWT Test JVM Arguments: -Xmx61440M > > > > we are facing two major problems: > >1. from last few days we are receiving out of memory error during >compilation. >2. it is taking very huge time to build. > > we wish our project could break into sma

GWT Compilation Out Of Memory

2019-03-14 Thread Vineet Jaiswal
are receiving out of memory error during compilation. 2. it is taking very huge time to build. we wish our project could break into smaller sections (modules compiled individually separately) and bundled in a single war at the time of release. like we use multiple dlls and use it in single exe

Re: Out Of Memory error with huge payload in IE 11 + GWT

2018-04-11 Thread Kirill Prazdnikov
Fix what ? You app or IE11 ? Do you need random access to 2GB data in your web app ? How do you use this 2GB data ? as a JSON ? or as an ArrayBuffer ? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop

Out Of Memory error with huge payload in IE 11 + GWT

2018-02-22 Thread Shubham Agarwal
I am using GWT in my application and getting Out Of memory issue while sending huge data may be more than 2 GB in payload and getting Out of memory issue in smart debugger window and no request detected in server log file. but the same request works fine with chrome. Any one have any fix

Re: GWT 2.8.1 Super Dev Mode Out Of Memory

2017-09-29 Thread 永井翔
duct from GWT 2.7 to 2.8.1 > but we are facing huge challenge with Super Dev Mode with getting frequent > chrome crash with Out Of Memory errors which were not present in GWT 2.7 > compilation. Any typical memory and browser requirements? > > Any pointers for this is highly appreciat

Re: GWT 2.8.1 Super Dev Mode Out Of Memory

2017-09-12 Thread jeslinedias84
de with getting frequent > chrome crash with Out Of Memory errors which were not present in GWT 2.7 > compilation. Any typical memory and browser requirements? > > Any pointers for this is highly appreciated. > > Regards, > Anand > -- You received this message because you a

GWT 2.8.1 Super Dev Mode Out Of Memory

2017-08-07 Thread Anand Deshmukh
Hello All, We have recently upgraded large enterprise product from GWT 2.7 to 2.8.1 but we are facing huge challenge with Super Dev Mode with getting frequent chrome crash with Out Of Memory errors which were not present in GWT 2.7 compilation. Any typical memory and browser requirements? Any

Re: com.google.gwt.core.client.JavaScriptException: (Error) description: Out of Memory number: -2146828281 __gwt$exception: : Out of memory Can anyone help me fix this error? I am using

2017-01-20 Thread Jens
You might want to use IE 11 developer tools to see memory consumption and if it keeps growing the longer you use your app. I don't think anyone can help here, you have to analyze your app in IE 11. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users"

Re: com.google.gwt.core.client.JavaScriptException: (Error) description: Out of Memory number: -2146828281 __gwt$exception: : Out of memory Can anyone help me fix this error? I am using

2017-01-20 Thread Pam Coffey
This is occurring on a Web Client Application we use to run jobs. It seems to occur when the App is not logged out of for long periods of time. On Friday, January 20, 2017 at 6:56:58 AM UTC-5, Frank wrote: > > I think a little bit more information would be usefull. > > When does this error

Re: com.google.gwt.core.client.JavaScriptException: (Error) description: Out of Memory number: -2146828281 __gwt$exception: : Out of memory Can anyone help me fix this error? I am using

2017-01-20 Thread Frank
I think a little bit more information would be usefull. When does this error appear ? While compiling, while running code ? What code ? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from

com.google.gwt.core.client.JavaScriptException: (Error) description: Out of Memory number: -2146828281 __gwt$exception: : Out of memory Can anyone help me fix this error? I am using IE 1

2017-01-19 Thread Pam Coffey
Can anyone help me fix this error? I am using IE 11 -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to

CodeServer runs out of memory

2014-11-10 Thread Oleg Cohen
Greetings, I am running a large application in SDM in Eclipse and I am getting a java.lang.OutOfMemoryError: Java heap space error: *Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M ...)* Is there a way to increase the memory? Thank you! Oleg

Re: CodeServer runs out of memory

2014-11-10 Thread Henrik Lernmark
getting a java.lang.OutOfMemoryError: Java heap space error: *Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M ...)* Is there a way to increase the memory? Thank you! Oleg -- You received this message because you are subscribed to the Google

GWT 2.6.1 Compile issues - [ERROR] Out of memory

2014-07-15 Thread Mo Baig
We are encountering compile - Out of memory issues since we moved to GWT 2.6.1. Any reason for this? We were find with GWT 2.4. Have others seen this? Is there a work around? We have windows machines with 4 GB ram. Thanks Compile error: [java

Re: GWT 2.6.1 Compile issues - [ERROR] Out of memory

2014-07-15 Thread Jens
Well do as the error states: Use -Xmx to increase the java heap space memory. Looks like GWT 2.6.1 needs a bit more memory to compile your app. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

Re: GWT 2.6.1 Compile issues - [ERROR] Out of memory

2014-07-15 Thread Mo Baig
Thanks for the reply. I have upped it to 2 GB on XP, which is the MAX. GWT is supposed to run on XP with 512M RAM. Am I wrong on that? On Tuesday, July 15, 2014 12:18:20 PM UTC-4, Jens wrote: Well do as the error states: Use -Xmx to increase the java heap space memory. Looks like GWT

Re: GWT 2.6.1 Compile issues - [ERROR] Out of memory

2014-07-15 Thread Mo Baig
I have upped it to 2 GB on XP, which is the MAX. GWT is supposed to run on XP with 512M RAM. Am I wrong on that? On Tuesday, July 15, 2014 10:43:04 AM UTC-4, Mo Baig wrote: We are encountering compile - Out of memory issues since we moved to GWT 2.6.1. Any reason for this? We were find

Re: GWT 2.6.1 Compile issues - [ERROR] Out of memory

2014-07-15 Thread Jens
I have upped it to 2 GB on XP, which is the MAX. GWT is supposed to run on XP with 512M RAM. Am I wrong on that? Sure if your app is small enough 512MB are fine. However if your app gets larger over time the GWT compiler also needs more memory to compile it to JavaScript. So it's

GWT 2.5.0: Compilation: Out of Memory

2013-12-17 Thread manstis
Hi, We have a reasonably sized web-app, comprised of ~50 modules. For every day use, we compile for a single browser-platform and locale; but for releases we target all browsers (supported by GWT) and 7 locales which gives ~40 permutations. We are finding that we're running out of memory

Re: GWT 2.5.0: Compilation: Out of Memory

2013-12-17 Thread Jens
Are you using Maven along with the gwt maven plugin for compilation? If yes then you might want to try to decrease the amount of local workers spawned by the gwt maven plugin. By default it uses the amount of processors in the system. This default can quickly eat up your memory if you have a

Re: Out of Memory during GWT compile

2013-06-12 Thread Ranjith Chungath
Thanks for the reply.. Is there any other option other than increasing -XX:MaxPermSize.? Is there a compiler option that can do the memory optimization? ~Ranjith On Tuesday, June 11, 2013 11:05:44 PM UTC+5:30, Ranjith Chungath wrote: While analyzing with Eclipse Memory Analyzer(MAT), it

Re: Out of Memory during GWT compile

2013-06-12 Thread Lexis Nexis
Can a distributed compilation get rid of this issue? Does somebody use a distributed compilation for development? http://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds http://code.google.com/p/gwt-distcc/ https://github.com/markovuksanovic/gwt-distributed-compiler David On

Re: Out of Memory during GWT compile

2013-06-12 Thread Joseph Lust
Note that distribution of the compilation is likely not going to cut down in memory much. The parallelization occurs at the permutation code generation phase, however the construction of the AST must take place first at the precompile phase. That phase is not distributed. I've not tested this,

Out of Memory during GWT compile

2013-06-11 Thread Ranjith Chungath
While analyzing with Eclipse Memory Analyzer(MAT), it was found that around 860MB of memory is taken by HashMap.Entry and HashMap.Entry[]. There are 1.3 million instances of HashMap.Entry objects created. See image below.

Re: Out of Memory during GWT compile

2013-06-11 Thread Jens
GWT builds an abstract syntax tree of your application during compilation. If your application is large, then the syntax tree is large and you simply need more memory in order to compile you application. The permutation thread optimizes this AST for a given permutation and finally converts it

Re: GWT 2.5 compiler is running out of memory

2013-04-12 Thread Antonio Petrelli
Il giorno venerdì 1 febbraio 2013 18:02:11 UTC+1, dhoffer ha scritto: With that set I was able to remove localWorkers...but just wondering what localWorkers means when using threads. Does that control the number of threads, have no effect? You have to set the gwt.jjs.maxThreads property,

Re: GWT 2.5 compiler is running out of memory

2013-02-01 Thread Thomas Broyer
. On Thursday, January 31, 2013 11:32:10 PM UTC+1, dhoffer wrote: I've got a rather large GWT build using Maven and the gwt-maven-plugin and I'm getting out of memory errors building now. I'm not sure what's changed, it used to take considerable memory but now its taking so much I can't

Re: GWT 2.5 compiler is running out of memory

2013-02-01 Thread David Hoffer
build using Maven and the gwt-maven-plugin and I'm getting out of memory errors building now. I'm not sure what's changed, it used to take considerable memory but now its taking so much I can't build. I'm running Windows 7 64 bit with 8GB RAM and using Java 7 64 bit to compile, here are some

Re: GWT 2.5 compiler is running out of memory

2013-02-01 Thread David Hoffer
: I've got a rather large GWT build using Maven and the gwt-maven-plugin and I'm getting out of memory errors building now. I'm not sure what's changed, it used to take considerable memory but now its taking so much I can't build. I'm running Windows 7 64 bit with 8GB RAM and using Java 7 64

Re: GWT 2.5 compiler is running out of memory

2013-02-01 Thread Thomas Broyer
, and obviously parallelizing work increases the memory needs. On Thursday, January 31, 2013 11:32:10 PM UTC+1, dhoffer wrote: I've got a rather large GWT build using Maven and the gwt-maven-plugin and I'm getting out of memory errors building now. I'm not sure what's changed, it used to take

Re: GWT 2.5 compiler is running out of memory

2013-02-01 Thread David Hoffer
, the gwt-maven-plugin will use the number of cores/cpus by default, and obviously parallelizing work increases the memory needs. On Thursday, January 31, 2013 11:32:10 PM UTC+1, dhoffer wrote: I've got a rather large GWT build using Maven and the gwt-maven-plugin and I'm getting out of memory

Re: GWT 2.5 compiler is running out of memory

2013-02-01 Thread Thomas Broyer
On Friday, February 1, 2013 6:02:11 PM UTC+1, dhoffer wrote: Yes using -Dgwt.jjs.permutationWorkerFactory=com.google.gwt.dev.ThreadedPermutationWorkerFactory fixed the problem! Everything compiles fine now. With that set I was able to remove localWorkers...but just wondering what

GWT 2.5 compiler is running out of memory

2013-01-31 Thread dhoffer
I've got a rather large GWT build using Maven and the gwt-maven-plugin and I'm getting out of memory errors building now. I'm not sure what's changed, it used to take considerable memory but now its taking so much I can't build. I'm running Windows 7 64 bit with 8GB RAM and using Java 7 64

Re: GXT : Out of memory error

2012-12-19 Thread Peter Leong
that helps others that happen by this way. Cheers, Pete On Tuesday, June 14, 2011 2:56:57 AM UTC+10, Pankaj Dwivedi wrote: Hi, I am new to GXT development.We have used GXT in our project. However, on running the hosted mode in debug I encounter Out of memory error very frequently. Is there any

Re: Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M)

2012-07-24 Thread Bhumika Thaker
. On 27 Mai, 14:41,Sagarsagarhaschan...@gmail.com wrote: Hello all, I created a sample GWT application using GWT1.5. then i moved this application to GWT 1.6 as instructed in the tutorial provided at the google web toolkit. after finishing i am getting the error of Out

out of memory error increase heap space or lower gwt.jjs.threads

2011-10-05 Thread hockie
I tried to do code splitting in GWT but i encounter this out of memory error during gwt compilation. even though I increase -Xmx to 1400 M from 1280M. This error still happens. So, what can I do to avoid this error coming during gwt compilation? Can someone help me? -- You received this message

Out of Memory when compiling for all browser combinations.

2011-07-30 Thread Abi
We are getting out of Memory issue when compiling our project for all the browser combination. Version using : GWT 2.3.0 Enabled draftCompiletrue/draftCompile in pom.xml extraJvmArgs -Xmx1024m -Djava.io.tmpdir=${basedir}/tmp/ extraJvmArgs Can you please suggest why it is taking so much time

gwtc -optimize set to 0 causes out of memory error in ant build.

2011-06-30 Thread Jorel
Hi. I recently had an issue with the ant build for our GWT project in which I got out of memory errors using -optimize 0. If I changed it to 1 (or higher) it worked fine. Does anyone know how optimize works? Why it might use more memory at 0 than other settings? -- You received this message

Re: gwtc -optimize set to 0 causes out of memory error in ant build.

2011-06-30 Thread Jorel
Ok, well, after updating my OS (Mac OS X from 10.6.6 to 10.6.8), the issue disappeared. It is likely due to an updated java : from 1.6.0_22 to 1.6.0_26 On Jun 30, 9:01 am, Jorel joel.re...@gmail.com wrote: Hi.  I recently had an issue with the ant build for our GWT project in which I got out

Re: GXT : Out of memory error

2011-06-14 Thread Shawn Brown
I am new to GXT development.We have used GXT in our project. However, on running the hosted mode in debug I encounter Out of memory error very frequently. Is there any thing which i can do to prevent this or minimize the frequency of occurance? Any tweaks for this? Can't you go to Run

GXT : Out of memory error

2011-06-13 Thread Pankaj Dwivedi
Hi, I am new to GXT development.We have used GXT in our project. However, on running the hosted mode in debug I encounter Out of memory error very frequently. Is there any thing which i can do to prevent this or minimize the frequency of occurance? Any tweaks for this? Thanks, Pankaj D

Re: Vaadin always causes out of memory exception

2011-05-23 Thread Andigator
In hosted mode: Failed to create an instance of 'vom.vaadin.terminal.gwt.client.WidgetSet' via deferred binding. |--- Out of memory Not that it should need this much memory anyway, but I'm running - Xmx2048M on 64 bit VM. Also tried 4096. Anyone else run into this problem? Thanks! On May

Re: Vaadin always causes out of memory exception

2011-05-21 Thread Jan Mostert
on the xml without causing immediate out of memory errors. I moved my VM Xmx flag all the way up to 4 GB. Anyone else have this problem? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web

Vaadin always causes out of memory exception

2011-05-20 Thread Andigator
I wanted to check out certain Vaadin Widgets after reading about it the GWT blog. However, I can't even add it to my inherits list on the xml without causing immediate out of memory errors. I moved my VM Xmx flag all the way up to 4 GB. Anyone else have this problem? -- You received

Out of Memory

2011-04-21 Thread darkling
I'm working with a GXT tree grid right now and its throwing OOM exceptions whenever I try to open a node. I'm struggling to figure that out since the tree only contains about 15 nodes and I have allocated over a gig of heap memory. Can anyone elaborate on how an OOM exception is thrown in GWT?

Out of memory: PermGen space

2011-03-24 Thread azuniga
[ERROR] Error for /rpcsamplebirt/report java.lang.OutOfMemoryError: PermGen space [ERROR] EXCEPTION java.lang.OutOfMemoryError: PermGen space [ERROR] Out of memory; to increase the amount of memory, use the - Xmx flag at startup (java -Xmx128M

Re: Out of memory: PermGen space

2011-03-24 Thread Juan Pablo Gardella
] EXCEPTION java.lang.OutOfMemoryError: PermGen space [ERROR] Out of memory; to increase the amount of memory, use the - Xmx flag at startup (java -Xmx128M ...) com.google.gwt.user.client.rpc.StatusCodeException: 500 Exception in thread State Saver java.lang.OutOfMemoryError: PermGen space -- You

Re: Out of memory: PermGen space

2011-03-24 Thread azuniga
)' threw an unexpected exception: java.lang.OutOfMemoryError: PermGen space [ERROR] Error for /rpcsamplebirt/report java.lang.OutOfMemoryError: PermGen space [ERROR] EXCEPTION java.lang.OutOfMemoryError: PermGen space   [ERROR] Out of memory; to increase the amount of memory, use the - Xmx

Re: Out of memory: PermGen space

2011-03-24 Thread Cheng Wei Lee
space [ERROR] EXCEPTION java.lang.OutOfMemoryError: PermGen space [ERROR] Out of memory; to increase the amount of memory, use the - Xmx flag at startup (java -Xmx128M ...) com.google.gwt.user.client.rpc.StatusCodeException: 500 Exception in thread State Saver

Re: Out of memory running on jetty (on web service instanciation)

2010-12-29 Thread Chris Conroy
Perhaps you're running into issues fixed by r9214: http://code.google.com/p/google-web-toolkit/source/detail?r=9214 On Thu, Dec 23, 2010 at 10:02 AM, David R. david.ren...@gmail.com wrote: Hello, I just got a problem running my application under Jetty. (I have no problem deploying with the

Out of memory running on jetty (on web service instanciation)

2010-12-24 Thread David R.
Hello, I just got a problem running my application under Jetty. (I have no problem deploying with the web mode under glassfish). I want to instanciate a web service stub right after an RPC call. Here is the stack: Caused by: java.lang.OutOfMemoryError: PermGen space at

Re: UiBinder causes build to fail with out of memory

2010-09-03 Thread andrew_d_mackenzie
Thanks Jeff. I didn't seem to have any specific stack size previously, and as you said - I must have been close to the limit with the default. Using -Xmx512m fixed it. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: UiBinder causes build to fail with out of memory

2010-09-02 Thread Jeff Chimene
It's entirely possible you're at a boundary. I've seen the same behavior: one more entry in a uibinder file and out of memory. You don't say what your current stack size is. I use -Xmx512m -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

CodeSplit : Out of Memory

2010-05-12 Thread Swathi
hi when i try to do code splitting I keep getting java out of memory exception and not all permutations get compiled. I have tried to increase the heap memory size to 1G but still it doesn't resolve the problem. May i know how I should go about this? swathi -- You received this message

compileReport out of memory

2009-12-13 Thread Twentyseven
I put compileReport I have an out of memory error : [ERROR] OutOfMemoryError: Increase heap size or lower gwt.jjs.maxThreads [ERROR] Unrecoverable exception, shutting down com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries

Out of Memory

2009-11-17 Thread seth waughn
I am getting the following exception whenever I try to pass a certain objects back to by GWT Client Code. Has anyone encountered this before? An ideas as how to fix it? Exception in thread Thread-34 java.lang.OutOfMemoryError: Java heap space at java.lang.String.(String.java:174) at

Re: Out of Memory

2009-11-17 Thread Davis Ford
Your server ran out of memory trying to base64 encode some binary data. This isn't really relevant to GWT, but you'll need to increase the RAM on your server or better yet question the size of the certain objects you are trying to base64 encode and return to the client (i.e why are you base64

Re: Out of Memory

2009-11-17 Thread seth waughn
Thanks Davis I understand the server ran out of memory. However the question was more towards the Gilead library I been using to convert Hibernate objects from lazy objects to those appropriate for GWT client code. I would like to know why the Gilead code is consuming so much memory. I have

Re: Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M)

2009-05-29 Thread Sagar
as instructed in the tutorial provided at the google web toolkit. after finishing i am getting the error of Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M) . I increased the heap size for eclipse to a maximum of enormous 1024MB still the same

Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M)

2009-05-28 Thread Sagar
Hello all, I created a sample GWT application using GWT1.5. then i moved this application to GWT 1.6 as instructed in the tutorial provided at the google web toolkit. after finishing i am getting the error of Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java

Re: Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M)

2009-05-28 Thread alex.d
. then i moved this application to GWT 1.6 as instructed in the tutorial provided at the google web toolkit. after finishing i am getting the error of Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M) . I increased the heap size for eclipse to a maximum

Re: Debugger app always out of memory on Vista

2009-01-27 Thread Mr. Taylor
Look in this forum for setting the maxmemory parameter in the build- gwt.xml On Jan 25, 4:01 pm, Arilian gerw...@gmail.com wrote: I'm trying to setup and run the basic app (from applicationCreator) in intellij. Every time I try to run it it gives me any out of memory error. I've upped

Debugger app always out of memory on Vista

2009-01-25 Thread Arilian
I'm trying to setup and run the basic app (from applicationCreator) in intellij. Every time I try to run it it gives me any out of memory error. I've upped the -Xms to 4096 and still the same result. I could keep going but I'm guessing that's fairly futile. Does anyone have any ideas what might

Re: Debugger app always out of memory on Vista

2009-01-25 Thread Charlie Collins
amount of memory for the compiler (and add the overhead of intellij, etc). On Jan 25, 4:01 pm, Arilian gerw...@gmail.com wrote: I'm trying to setup and run the basic app (from applicationCreator) in intellij. Every time I try to run it it gives me any out of memory error. I've upped the -Xms

Out of Memory Error During GWT compilation

2008-09-16 Thread Bal Krishna
(GWTCompiler.java:754) [java] at com.google.gwt.dev.GWTCompiler.main(GWTCompiler.java: 213) [java] [ERROR] Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M ...) [java] [ERROR] Build failed [java] Java Result: 1 What is the problem?? Is my system memory

Re: Out of Memory Error During GWT compilation

2008-09-16 Thread Andrej
the reason is Out of memory; to increase the amount of memory, use the -Xmx flag at startup so try to increase memory (and/or ensure that you are _using_ -Xmx param.) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Out of Memory Error During GWT compilation

2008-09-16 Thread Chinmay Bajikar
collections the warnings disappeared and the compilation could happen properly. Also if you are using eclipse you need to add the -Xmx flag to the launch file. Many people miss that too. Thanks, -Chinmay On Tue, Sep 16, 2008 at 8:19 AM, Andrej [EMAIL PROTECTED] wrote: the reason is Out of memory

Re: Out of Memory Error During GWT compilation

2008-09-16 Thread Filipe Sousa
Bal Krishna wrote: Hi All, I am using GWT in my application. My system is having 2GB RAM and I have around 2000 Java files to compile. During compiling the files, I am using JVM argument -Xmx1024M but my GWT compilation is failing and throwing this error. I'm having the same problem and I