Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1756

Re: gnuplot configuration allowing large memory size?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail
From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: gnuplot configuration allowing large memory size?
Followup-To comp.graphics.apps.gnuplot
Date Wed, 10 Apr 2013 10:22:50 -0700
Organization gnuplot development team
Lines 37
Message-ID <kk470e$4cm$1@dont-email.me> (permalink)
References <51654829$0$2603$e4fe514c@news2.news.xs4all.nl>
Reply-To sfeam@users.sourceforge.net
Mime-Version 1.0
Content-Type text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding 7Bit
Injection-Date Wed, 10 Apr 2013 17:20:15 +0000 (UTC)
Injection-Info mx05.eternal-september.org; posting-host="8e86a57dfa599721f116da4577f3d1af"; logging-data="4502"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+fUnUfYl/kYNtVPo1Ye0gb"
User-Agent KNode/4.4.9
Cancel-Lock sha1:Ouv7aYblOdWFTttQ2/+iETYXvTE=
Xref csiph.com comp.graphics.apps.gnuplot:1756

Followups directed to: comp.graphics.apps.gnuplot

Show key headers only | View raw


Alex van der Spek wrote:

> Occasionally I am plotting geophysical data which seems to stretch the
> gnuplot memory allocation.
> 
> No error message is displayed. Partial ouput is produced. Some image plots
> remain blank, others are ok.
> 
> This happens when trying to multiplot 30+ images. The size per image (in
> Mbytes) varies but is typically 100 Mbyte.
> 
> The machine the scripts are running on are Quad Cores, 24 Gbyte RAM,
> Debian 6 Squeeze, 64 bit
> 
> Gnuplot 4.7.0 build X86_64 bit. All defaults in the ./configuration file.
> 
> Is there a way to extend the memory available to gnuplot? I did check
> ./configure --help but could not find any limitation or option there.

Gnuplot does not do anything special with memory management.
It uses the malloc() routine provided by the system libc.
On linux systems you can tune the behaviour of the system routine in
several ways, none of which require rebuilding or relinking the gnuplot
executable.

See "man malloc".

Just out of curiousity, what output terminal type are you using?
Is it possible that the problem is in displaying the plot rather
than in generating it?

	Ethan


> 
> Regards,
> Alex van der Spek

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

gnuplot configuration allowing large memory size? "Alex van der Spek" <zdoor@xs4all.nl> - 2013-04-10 13:08 +0200
  Re: gnuplot configuration allowing large memory size? sfeam <sfeam@users.sourceforge.net> - 2013-04-10 10:22 -0700
    Re: gnuplot configuration allowing large memory size? "Alex van der Spek" <zdoor@xs4all.nl> - 2013-04-15 16:13 +0200

csiph-web