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


Groups > comp.graphics.apps.gnuplot > #1755 > unrolled thread

gnuplot configuration allowing large memory size?

Started by"Alex van der Spek" <zdoor@xs4all.nl>
First post2013-04-10 13:08 +0200
Last post2013-04-15 16:13 +0200
Articles 3 — 2 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  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

#1755 — gnuplot configuration allowing large memory size?

From"Alex van der Spek" <zdoor@xs4all.nl>
Date2013-04-10 13:08 +0200
Subjectgnuplot configuration allowing large memory size?
Message-ID<51654829$0$2603$e4fe514c@news2.news.xs4all.nl>
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.

Regards,
Alex van der Spek 

[toc] | [next] | [standalone]


#1756

Fromsfeam <sfeam@users.sourceforge.net>
Date2013-04-10 10:22 -0700
Message-ID<kk470e$4cm$1@dont-email.me>
In reply to#1755
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

[toc] | [prev] | [next] | [standalone]


#1764

From"Alex van der Spek" <zdoor@xs4all.nl>
Date2013-04-15 16:13 +0200
Message-ID<516c0b06$0$2700$e4fe514c@news2.news.xs4all.nl>
In reply to#1756
Thanks Ethan,

I am using one out of 4 terminals: pngcairo, pdfcairo, HTML5 canvas or SVG.

When partial displays come up it happens most often with pngcairo.

The data is highly similar between logging runs. The volume of data may be 
100x more at times.

With low data volumes the scripts complete as they do with high data volumes 
but the output is complete too.

Alex van der Spek

"sfeam" <sfeam@users.sourceforge.net> wrote in message 
news:kk470e$4cm$1@dont-email.me...
> 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
> 

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web