Re: [Quickfix-developers] out of memory error
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-06-22 15:01:05
|
It is probably coming from the operating system/JVM. I'm guessing during high periods of traffic, too much memory is being allocated that doesn't have an opportunity to get garbage collected. Try increasing the memory available to the JVM with the -Xmx parameter, (e.g. -Xmx512m). By default heap size for the JVM is generally only 64MB in client mode, and 128MB in server mode. --oren On Jun 22, 2004, at 9:43 AM, Timothy Yates wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: http://www.quickfixengine.org/quickfix/doc/html/FAQ.html > > I am running a quickfix 1.7.0 on Redhat Linux using the sun 1.4.2_04 > JVM. > > My application frequently exits unexpectedly after printing the string > 'out > of memory'. This typically happens during periods of high message > traffic. > > Does anyone know where this message comes from? The string 'out of > memory' > seems to be present in both quickfix shared object libraries, but I > can't > see it in the source code. > > The strange thing is that the application does not seem to be using > very > much memory. > > Tim Yates > Lead Developer > Patsystems (US) LLC > 141 West Jackson Boulevard > Chicago 60604, USA > Tel +1 (312) 542-1336 > www.patsystems.com > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |