Announcement

Collapse
No announcement yet.

set Dynamic memory limit at percentage.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • set Dynamic memory limit at percentage.

    It is useful if you can set Dynamic memory limit at percentage.
    For example, when it sets to 90%, vray uses 90% of a system memory.

    (It knows that "0" is unlimited mode.)

    OakCorp Japan - Yuji Yamauchi
    oakcorp.net
    v-ray.jp

  • #2
    In V-Ray 2.3 you can actually set the limit to a negative value from MaxScript, which will cause V-Ray to try and keep that much physical memory free. So if you put e.g. -1024 V-Ray will take memory until only 1 GB physical RAM is left:
    Code:
    renderers.current.system_raycaster_memLimit=-1024
    However, this is experimental and untested...

    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment


    • #3
      good idea!
      :: twitter :: Portfolio :: My 3D Products :: ...and ::

      Comment


      • #4
        idea is also nice.
        I'll try.

        Thanx

        OakCorp Japan - Yuji Yamauchi
        oakcorp.net
        v-ray.jp

        Comment

        Working...
        X