diff --git a/base/include/base/heap.h b/base/include/base/heap.h index aa9247930..ba0368e52 100644 --- a/base/include/base/heap.h +++ b/base/include/base/heap.h @@ -33,8 +33,8 @@ namespace Genode { private: enum { - MIN_CHUNK_SIZE = 4*1024, /* in machine words */ - MAX_CHUNK_SIZE = 1024*1024 + MIN_CHUNK_SIZE = 4*1024, /* in machine words */ + MAX_CHUNK_SIZE = 256*1024 }; class Dataspace : public List::Element