Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Object Inventory Limit

Al Bravo
Retired
Join date: 29 Jun 2004
Posts: 373
10-22-2004 07:16
What is the current max objects a prim can hold? Is it truely unlimited as LSL Wiki states:

Objects can hold items in their inventory (labeled "Content" in the client). It used to be limited to 255 items maximum, but there is currently no limit to the number of objects an object may contain. There may be a limit imposed in the future, though.

When it was limited to 255, was that 255 of all types? Or was it 255 of each type?
Carnildo Greenacre
Flight Engineer
Join date: 15 Nov 2003
Posts: 1,044
10-22-2004 22:18
I believe there was a soft limit of 255 total, beyond which funny things started happening.
_____________________
perl -le '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++;'
Christopher Omega
Oxymoron
Join date: 28 Mar 2003
Posts: 1,828
10-26-2004 08:16
Last time I checked, object inventory had no limit programmatically (Using the llGetInventory* functions). Past about 300 items, however, the edit window's object contents dialog box will overflow.
==Chris