|
From: <HBB...@t-...> - 2007-11-03 19:09:13
|
Jörg Mergenthaler wrote: > If I wanted to create a png file with a lot of data (csv sheet x,y over > 25 millions values, 200MB) I get the following message: > > out of memory for expanding curve points > > May be is it possible to increase the memory of the gnuplot program. There is no such limit inside the program. Whatever limit you find is imposed from the outside, e.g. by your operating system or the amount of RAM and virtual memory available on your machines. |