Open
Description
Server allocates memory for subj according to client request. And as long as client can request up to 4Gb - 1 this causes use of too much of virtual address space. Worse, currently server zeros that buffer in advance, which causes abuse of physical RAM.
Plans to fix first of all second problem. Return to virtual space later.