Page 1 of 1

OS How to increase the max prims in a sim?

Posted: Fri Aug 29, 2014 10:38 am
by Isis Ophelia
A while back Ilan suggested to make an OAR containing all my materials. It's a great suggestion as I was working to make IAR files instead.

I have already used over 16.000 prims in a single opensim region, I use the free version of the New World Studio for my standalone. The one I am using it's 0.7.5 version I think. In About Land I see: 1620 prims will be deleted eeeek I dont want to lose them. How can I increase the max of prims in this single sim to be 40.000 or 50.000?

Must I change it in the opensim.ini? Many thanks in advance for any help you can give me

Re: OS How to increase the max prims in a sim?

Posted: Fri Aug 29, 2014 2:37 pm
by Constance Peregrine
that's not enforced in your own running instance, and not especially enforced in other places either

Re: OS How to increase the max prims in a sim?

Posted: Fri Aug 29, 2014 3:53 pm
by Sheera Khan
In the configuration file Regions/Regions.ini you'll find something like following section:

Code: Select all

[MySandbox]
 RegionUUID = "01234567-89ab-cdef-0123-456789abcdef"
 MaxPrims = 55000
 Location = "1111,2222" ; freie Koordinaten aus dem Worldraster suchen
 InternalAddress = "0.0.0.0"
 InternalPort = 9051
 AllowAlternatePorts = False
 ExternalHostName = "SYSTEMIP"
By default the line "MaxPrims = 55000" is missing. Then the region will display the default value of 15000 prims. To feel better about it you can set the value of MaxPrims to a higher amount like in this example but that number is not enforced by default.

Have fun - Ciaooo

Sheera

Re: OS How to increase the max prims in a sim?

Posted: Sun Aug 31, 2014 4:30 pm
by Isis Ophelia
Thanks a lot Sheera. I picked up the newest diva 0.8 yesterday and noticed such comment in the RegionConfig.ini and increased to 45000
Her text add-on is this:

; *
; * Prim data
; * This allows limiting the sizes of prims and the region prim count
; *

; NonphysicalPrimMax = 256
; PhysicalPrimMax = 64
; ClampPrimSize = False
; MaxPrims = 45000
; MaxAgents = 50

But still 15000 prims. Maybe I need to remove the semicolons?

Re: OS How to increase the max prims in a sim?

Posted: Sun Aug 31, 2014 4:40 pm
by Ilan Tochner
Hi Isis,

Semicolons are used to comment out lines in that file. So you'll want to remove them if you want the configuration to take effect.

Re: OS How to increase the max prims in a sim?

Posted: Sun Aug 31, 2014 4:46 pm
by Isis Ophelia
thank you bunches Ilan :)