reduced maximum elements to 1024
This commit is contained in:
parent
fa3362cc66
commit
04dff26067
@ -93,7 +93,7 @@ struct Elem {
|
||||
def IdTree = vtree::VTree(<Id>) @private;
|
||||
|
||||
// elements themselves are kept in a cache
|
||||
const uint MAX_ELEMENTS = 2048;
|
||||
const uint MAX_ELEMENTS = 1024;
|
||||
def ElemCache = cache::Cache(<Id, Elem, MAX_ELEMENTS>) @private;
|
||||
|
||||
def CmdQueue = fifo::Fifo(<Cmd>);
|
||||
|
Loading…
Reference in New Issue
Block a user