[Opensim-dev] Stop saving SculptData in serialized SceneObjects

Aine aine.caoimhe at rogers.com
Thu Mar 27 20:20:24 UTC 2014


If this is also contributing to the very large process memory consumption I
reported (http://opensimulator.org/mantis/view.php?id=6987) I'd encourage
the "kill it from memory and fetch it again later if needed" approach.

-----Original Message-----
From: opensim-dev-bounces at lists.berlios.de
[mailto:opensim-dev-bounces at lists.berlios.de] On Behalf Of Oren Hurvitz
Sent: Thursday, March 27, 2014 3:48 PM
To: opensim-dev at lists.berlios.de
Subject: Re: [Opensim-dev] Stop saving SculptData in serialized SceneObjects

The mesh/texture data is needed only if the prim is resized or otherwise
edited as you've described. But in the vast majority of cases, prims are
just viewed. We should optimize for the common case, i.e. release the
memory. If the asset is needed again it will be loaded from the cache, which
is very fast (not a network operation).





More information about the Opensim-dev mailing list