fix bogus math
parent
b041131900
commit
7a8bcf2a67
|
@ -222,7 +222,7 @@ definitions essentially.
|
||||||
>>> a lot of redundant data at meta, which then stores it in a very redundant
|
>>> a lot of redundant data at meta, which then stores it in a very redundant
|
||||||
>>> way. Specifically, meta populates a per-page `%metaheaders` hash
|
>>> way. Specifically, meta populates a per-page `%metaheaders` hash
|
||||||
>>> as well as storing per-page metadata in `%pagestate`. So, if you have
|
>>> as well as storing per-page metadata in `%pagestate`. So, if you have
|
||||||
>>> a wiki with a thousand pages, and you add a 1k site-wide license text,
|
>>> a wiki with 10 thousand pages, and you add a 1k site-wide license text,
|
||||||
>>> that will bloat the memory usage of ikiwiki by in excess of 2
|
>>> that will bloat the memory usage of ikiwiki by in excess of 2
|
||||||
>>> megabytes. It will also cause ikiwiki to write a similar amount more data
|
>>> megabytes. It will also cause ikiwiki to write a similar amount more data
|
||||||
>>> to its state file which has to be loaded back in each
|
>>> to its state file which has to be loaded back in each
|
||||||
|
|
Loading…
Reference in New Issue