POV-Ray : Newsgroups : povray.text.scene-files : Re: Twysted source (bug fixed) Server Time
28 Jul 2024 16:16:34 EDT (-0400)
  Re: Twysted source (bug fixed) (Message 1 to 10 of 15)  
Goto Latest 10 Messages Next 5 Messages >>>
From: Manuel Moreno
Subject: Re: Twysted source (bug fixed)
Date: 13 Sep 1999 18:11:41
Message: <slrn7toed6.31.meneses@B52.net>
El Sun, 12 Sep 1999 10:27:38 -0500, Larry Fontaine escrivio estos
 fermosos latines:

>//The spike macro:
>//  twyst(1,2,3,4,5,6,7)
>//  1 = Height of spike
>//  2 = Sides on spike
>//  3 = Length of side at base
>//  4 = Rotation between two layers
>//  5 = Radius of rounded edge at base
>//  6 = Spacing ratio (should be almost 1)
>//      formula is height = (1-pow(Ratio,Layer))*Height
>//  7 = Number of layers, not enough will cut the spike short
>//         because of the spacing ratio
>

Why can't I compile this?
I only can get this error message:

----------8<------------------------8<------------------------8<---------

.............................   object { spike rotate <116.5651,108,0> }
object { spike rotate <116.5651,180,0> }
object { spike rotate <116.5651,252,0> }
object { spike rotate <116.5651,324,0> }
object { spike <----ERROR

spike.pov:61: error: Out of memory.  Cannot allocate 132 bytes for cone.
	    
----------8<------------------------8<------------------------8<---------

I'm currently running POV 3.1 on a linux machine with 48Mb RAM

-- 
   /\ 
  /  \
 /____\  Manuel Moreno - Albacete - Spain


Post a reply to this message

From: Ken
Subject: Re: Twysted source (bug fixed)
Date: 13 Sep 1999 18:17:06
Message: <37DD777C.B79A320A@pacbell.net>
Manuel Moreno wrote:
> 
> El Sun, 12 Sep 1999 10:27:38 -0500, Larry Fontaine escrivio estos
>  fermosos latines:

> Why can't I compile this?
> I only can get this error message:

> spike.pov:61: error: Out of memory.  Cannot allocate 132 bytes for cone.
> 
> ----------8<------------------------8<------------------------8<---------
> 
> I'm currently running POV 3.1 on a linux machine with 48Mb RAM

>  /____\  Manuel Moreno - Albacete - Spain

  You don't have enough system memory to run this scene. If you can set up
swap file like windows has you might be able to continue. Otherwise you need
more ram on your system. I have 128 megs of physical ram and often have to
use my memory swap file for scenes like this.

-- 
Ken Tyler

See my 1000+ Povray and 3D Rendering and Raytracing Links at:
http://home.pacbell.net/tylereng/index.html


Post a reply to this message

From: Ken
Subject: Re: Twysted source (bug fixed)
Date: 13 Sep 1999 19:21:32
Message: <37DD8694.28C861E2@pacbell.net>
Ken wrote:
> 
> Manuel Moreno wrote:
> >
> > El Sun, 12 Sep 1999 10:27:38 -0500, Larry Fontaine escrivio estos
> >  fermosos latines:
> 
> > Why can't I compile this?
> > I only can get this error message:
> 
> > spike.pov:61: error: Out of memory.  Cannot allocate 132 bytes for cone.
> >
> > ----------8<------------------------8<------------------------8<---------
> >
> > I'm currently running POV 3.1 on a linux machine with 48Mb RAM
> 
> >  /____\  Manuel Moreno - Albacete - Spain
> 
>   You don't have enough system memory to run this scene. If you can set up
> swap file like windows has you might be able to continue. Otherwise you need
> more ram on your system. I have 128 megs of physical ram and often have to
> use my memory swap file for scenes like this.
> 
> --
> Ken Tyler
> 
> See my 1000+ Povray and 3D Rendering and Raytracing Links at:
> http://home.pacbell.net/tylereng/index.html

I just rendered the scene. It has 120,000 objects and needs a total of 53 megs
of memory. You are out of memory !

-- 
Ken Tyler

See my 1000+ Povray and 3D Rendering and Raytracing Links at:
http://home.pacbell.net/tylereng/index.html


Post a reply to this message

From: Nieminen Juha
Subject: Re: Twysted source (bug fixed)
Date: 14 Sep 1999 08:10:48
Message: <37de3b48@news.povray.org>
Ken <tyl### [at] pacbellnet> wrote:
: If you can set up swap file like windows has you might be able to continue.

  I didn't know that you can use linux without it using a swap file.

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Ken
Subject: Re: Twysted source (bug fixed)
Date: 14 Sep 1999 08:40:38
Message: <37DE41D9.A8D4489B@pacbell.net>
Nieminen Juha wrote:
> 
> Ken <tyl### [at] pacbellnet> wrote:
> : If you can set up swap file like windows has you might be able to continue.
> 
>   I didn't know that you can use linux without it using a swap file.

I spoke out of ignorance. Forgive me.

-- 
Ken Tyler

See my 1000+ Povray and 3D Rendering and Raytracing Links at:
http://home.pacbell.net/tylereng/index.html


Post a reply to this message

From: Ron Parker
Subject: Re: Twysted source (bug fixed)
Date: 14 Sep 1999 09:58:33
Message: <37de5489@news.povray.org>
On 14 Sep 1999 08:10:48 -0400, Nieminen Juha wrote:
>Ken <tyl### [at] pacbellnet> wrote:
>: If you can set up swap file like windows has you might be able to continue.
>
>  I didn't know that you can use linux without it using a swap file.

Are you sure?  I'm pretty sure the OpenLinux 2.2 install lets you get away
with not specifying a swap partition.  Does it just go ahead and use a 
file in that case?  What if I have more memory than HD (my current situation.)


Post a reply to this message

From: Nieminen Juha
Subject: Re: Twysted source (bug fixed)
Date: 14 Sep 1999 10:16:31
Message: <37de58bf@news.povray.org>
Ken <tyl### [at] pacbellnet> wrote:
:>   I didn't know that you can use linux without it using a swap file.

: I spoke out of ignorance. Forgive me.

  Oh no, forgive me for the sarcastic comment. I'm sure that linux can be
used without swap files, but AFAIK it creates a swap partition by default.

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Jerome M  BERGER
Subject: Re: Twysted source (bug fixed)
Date: 14 Sep 1999 12:54:14
Message: <37DE7DBB.AF0ABD30@enst.fr>
Ron Parker wrote:
> 
> On 14 Sep 1999 08:10:48 -0400, Nieminen Juha wrote:
> >Ken <tyl### [at] pacbellnet> wrote:
> >: If you can set up swap file like windows has you might be able to continue.
> >
> >  I didn't know that you can use linux without it using a swap file.
> 
> Are you sure?  I'm pretty sure the OpenLinux 2.2 install lets you get away
> with not specifying a swap partition.  Does it just go ahead and use a
> file in that case?  What if I have more memory than HD (my current situation.)

	RedHat 5.1 works pretty well without a swap partition (and AFAIK it's
not possible to use a regular file for the swap...)

		Jerome

-- 
*******************************

* they'll tell you what can't * mailto:ber### [at] inamecom
* be done and why...          * http://www.enst.fr/~jberger
* Then do it.                 *
*******************************


Post a reply to this message

From: PoD
Subject: Re: Twysted source (bug fixed)
Date: 14 Sep 1999 14:16:34
Message: <37DE920B.4D34B195@merlin.net.au>
> 
>         RedHat 5.1 works pretty well without a swap partition (and AFAIK it's
> not possible to use a regular file for the swap...)
> 
>                 Jerome
> 
> --
> *******************************

> * they'll tell you what can't * mailto:ber### [at] inamecom
> * be done and why...          * http://www.enst.fr/~jberger
> * Then do it.                 *
> *******************************

man mkswap ;-)

Cheers, PoD.


Post a reply to this message

From: Manuel Moreno
Subject: Re: Twysted source (bug fixed)
Date: 16 Sep 1999 18:24:01
Message: <slrn7u2pvd.cs.meneses@B52.net>
El Mon, 13 Sep 1999 15:15:24 -0700, Ken escrivio estos
 fermosos latines:

>> I'm currently running POV 3.1 on a linux machine with 48Mb RAM
>
>>  /____\  Manuel Moreno - Albacete - Spain
>
>  You don't have enough system memory to run this scene. If you can set up
>swap file like windows has you might be able to continue. Otherwise you need
>more ram on your system. I have 128 megs of physical ram and often have to
>use my memory swap file for scenes like this.

Thanks to all for your answers, I didn't imagine at a first sight
that such a small file could have so many objects.

Regarding to the linux swap matter, I've worked always without anyone
and this is the first time I find a problem with it. I use an old
slackware distribution (1995) and hope to fix this problem whith a new
hardrive and a more recent Debian.

-- 
   /\ 
  /  \
 /____\  Manuel Moreno - Albacete - Spain


Post a reply to this message

Goto Latest 10 Messages Next 5 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.