Please increase the server notecard cache size.
complete
Lucia Nightfire
Please increase the server notecard cache size.
The server notecard cache size is 3 MiB, which is tiny by any standard.
At the advent of llGetNotecardLineSync(), which completely relies on cache integrity, it has been shown that some regions exhaust/cycle the cache more frequently than others.
In some cases, the cache is cycled so quick that not even one line can read via llGetNotecardLineSync() after the notecard is cached via calls from llGetNumberOfNotecardLines() or llGetNotecardLine().
I propose an increase to at least 64 MiB.
This should maintain at least 1000 max size notecards and not 45 which the current size maintains.
This will also significantly reduce dataserver queries from regions that have constant cache cycling.
Thanks.
Log In
This post was marked as
complete
Spidey Linden
tracked
Issue tracked. We have no estimate when it may be implemented. Please see future updates here.
Kadah Coba
Notecards are limited to 64KiB (unless that has changed recently). A 3MiB cache would allow for 48 max sized notecards. 64MiB would be 1024.
rhet0rica Resident
I doubt Lucia has this problem, but just in case anyone comes across this post and is struggling to use llGetNotecardLineSync properly, make sure you're using code that falls back elegantly to the normal llGetNotecardLine call, e.g. http://nanite-systems.com/reports/notecardsync.lsl
Dorex Delicioso
Agreed ;)