John Hurliman
|
d199767e69
Experimental change of PhysicsVector to Vector3. Untested
|
пре 15 година |
John Hurliman
|
119cf80e13
Added calls to GC.AddMemoryPressure() when unmanaged memory is allocated for ODE (helps the GC make better scheduling choices), and a call to GC.Collect() right before logins are enabled for a region. Although this doesn't change actual memory usage, it improves the reported usage from OpenSim and the operating system
|
пре 15 година |
Jeff Ames
|
0d29614ca1
Formatting cleanup.
|
пре 15 година |
dahlia
|
41b27ef064
disambiguate System.Path (preparation for new PrimMesher)
|
пре 15 година |
Dan Lake
|
6d52974c5f
Eliminate pinned Mesh data on managed heap by using IntPtrs to memory allocated on the unmanaged heap. This prevents fragmentation of the managed heap and the resulting stress on GC. A region with ~150,000 prims using ODE and Meshmerizer saw memory remain flat around 1.2GB as opposed to 1.5GB and continually growing due to pinned memory. This patch complements the unique mesh dictionary patch applied to Meshmerizer but is independent. The net effect is a 60-75% reduction in memory for our largest regions.
|
пре 15 година |
Jeff Ames
|
f00126dc2d
Add copyright header. Formatting cleanup.
|
пре 15 година |
Dan Lake
|
1b2828f5d8
Meshmerizer stores dictionary of unique Meshes keyed on construction parameters. CreateMesh() returns a Mesh from the dictionary or creates a new Mesh if it has not been created before. Meshes are never purged from the dictionary. The raw Mesh data is discarded once the memory is pinned for ODE use. All copies of the same prim/mesh use the same pinned memory. ONLY IMPLEMENTED AND TESTED WITH MESHMERIZER AND ODE
|
пре 15 година |
Jeff Ames
|
56ddd6828c
Add copyright headers. Formatting cleanup.
|
пре 15 година |
Melanie
|
c89fc36f28
Applying Mantis #4079. Thank you, dslake
|
пре 15 година |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
пре 15 година |
Teravus Ovares
|
53026affb3
* Instead of referencing mesh stuff in the physics plugin.. change the IMesh Interface. (blame prebuild)
|
пре 15 година |
Dahlia Trimble
|
fdd2388331
Update meshing code to sync with current PrimMesher.cs on forge.
|
пре 16 година |
Dahlia Trimble
|
7fbe942792
refactoring PrimMesher to add viewer compatable features and some code cleanup
|
пре 16 година |
Justin Clarke Casey
|
8ff1bc5b03
* Make the ode simulation update loop print out the stack if an exception occurs (at least, this is what will happen on linux)
|
пре 16 година |
Justin Clarke Casey
|
49ec6dd882
* squash some obvious warnings
|
пре 16 година |
Dahlia Trimble
|
35ad484b6b
fixed some ugliness in the conversion from the new mesher format to the old that should speed up region startup a little and maybe even use less memory if the GC decides to play friendly with the other kids.
|
пре 16 година |
Jeff Ames
|
3bf8858727
Update svn properties, formatting cleanup.
|
пре 16 година |
Dahlia Trimble
|
e593a333c7
adds releaseSourceMeshData() method to IMesh and Mesh for freeing mesh data after conversion to pinned lists.
|
пре 16 година |
Dahlia Trimble
|
fce83731ad
Modified Mesh object to allow alternative mesher interfacing
|
пре 16 година |
Dahlia Trimble
|
261876fd47
Commented out the float array "normals" in the Mesh object and all references to save memory as it was unused
|
пре 16 година |
Teravus Ovares
|
d3b013be1c
* Releases Pinned vertex/index list in ODE on next mesh request.
|
пре 16 година |
Jeff Ames
|
47180080f0
Formatting cleanup.
|
пре 16 година |
lbsa71
|
efd90b56b7
* Optimized usings
|
пре 17 година |
Jeff Ames
|
712efda9b9
added copyright notices
|
пре 17 година |
Jeff Ames
|
db174dfa20
set svn:eol-style
|
пре 17 година |
Teravus Ovares
|
cb07ba0d68
* Moves the Meshmerizer to a separate plugin
|
пре 17 година |