Ticket #426 (closed defect: invalid)
Opened 2011-04-04T14:18:32-05:00
Last modified 2011-04-06T11:26:10-05:00
Check how Prefs are being persisted
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
It is likely that our use of Prefs is resulting in the persistance of bad values. For instance, Datasets might be getting saved via Object serialization which we want to avoid.
test : make a 2 meg dataset, smooth, check size of prefs file in Library and see if its huge. Or unpersist a Dataset pref and see if its value is not null.
pretty sure this is a nonissue. looking at my pref files I see its size is less than 6K even though I've run many Datasets of all kinds of sizes through IJ2. The prefs file has some Datset references which seem to be by name with a minor amount of more data.