[Opensim-users] what is the memory limit of notecards in OpenSim

Justin Clark-Casey jjustincc at googlemail.com
Tue Apr 16 20:31:30 UTC 2013


On 16/04/13 20:28, Jeff Kelley wrote:
> At 9:55 AM -0400 4/16/13, Dr Ramesh Ramloll wrote:
>
>> Are there toolkits (scritps that can be enhanced/modified/combined) that can speed
>> the setting up an online database to store the data (if notecards cannot do it).
>
> If you want to store files outside opensim:
>
> Using llHTTPRequest, I could read a 1048576 bytes (1Mb) file. No toolkit required.
> However, you will hit script memory and time limits while processing as much data.
>
> With some PHP, you can also write files to a web server.
>
> I dit not test for the maximum length of a notecard. I have some about 50K. Depends on what you call "large". I would
> suggest trying to create multiples of 64k and see when it fails. There's certainly a limit at mySQL max_allowed_packet
> or below.

Yes, osMakeNotecard does not currently police a size limit, so the first limit you hit might be that of a MySQL blob.

However, as assets are immutable, then if you may be saving large files regularly then I would suggest doing it via an 
external mechanism such as via llHTTPRequest to some external server as Jeff outlines.

-- 
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc



More information about the Opensim-users mailing list